@pure-ds/core 0.5.9 → 0.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -103,7 +103,7 @@ function buildWcHome() {
|
|
|
103
103
|
<article class="card text-center border-gradient surface-translucent-50">
|
|
104
104
|
<header>
|
|
105
105
|
<h1>Welcome to Pure Design System</h1>
|
|
106
|
-
<h2>
|
|
106
|
+
<h2 class="text-muted">Build on What Lasts</h2>
|
|
107
107
|
</header>
|
|
108
108
|
<div class="stack-lg">
|
|
109
109
|
<p>
|
|
@@ -115,9 +115,9 @@ function buildWcHome() {
|
|
|
115
115
|
<button class="btn-primary btn-lg" data-enhanced-btn-working="true">
|
|
116
116
|
Get Started
|
|
117
117
|
</button>
|
|
118
|
-
<
|
|
118
|
+
<a href="https://pureweb.dev" class="btn btn-secondary btn-lg" data-enhanced-btn-working="true">
|
|
119
119
|
Learn More
|
|
120
|
-
</
|
|
120
|
+
</a>
|
|
121
121
|
</nav>
|
|
122
122
|
</article>
|
|
123
123
|
\`;
|