Skip to content

Commit 359e49e

Browse files
Hotfix for documentation link on homepage
1 parent cd5fdc6 commit 359e49e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>CastleCSS Framework</h1>
7878
<p class="intro">A modular, easy to use SCSS Framework.</p>
7979
<a class="btn mb-2x" href="installation.html">Get started</a>
8080
<a class="btn-theme03 mb-2x" target="_blank" href="https://github.com/CastleCSS">Watch on github</a>
81-
<p class="b3_hide">Or watch the <a class="open-documentation" href="?">documentation</a></p>
81+
<p class="b4_hide">Or watch the <a class="open-documentation" href="?">documentation</a></p>
8282
</div>
8383
</div>
8484
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castlecss-docs",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Documentation website for CastleCSS",
55
"main": "index.js",
66
"scripts": {

views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1>CastleCSS Framework</h1>
3434
<p class="intro">A modular, easy to use SCSS Framework.</p>
3535
<a class="btn mb-2x" href="installation.html">Get started</a>
3636
<a class="btn-theme03 mb-2x" target="_blank" href="https://github.com/CastleCSS">Watch on github</a>
37-
<p class="b3_hide">Or watch the <a class="open-documentation" href="?">documentation</a></p>
37+
<p class="b4_hide">Or watch the <a class="open-documentation" href="?">documentation</a></p>
3838
</div>
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)