Skip to content

Commit 64b7d1f

Browse files
author
mrmrs
committed
Update nav to have components in header.
1 parent fbbf5db commit 64b7d1f

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

components/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
3232
Docs
3333
</a>
34+
<a title="Components" href="/components/"
35+
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
36+
Components
37+
</a>
3438
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
3539
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
3640
GitHub

docs/table-of-styles/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
3636
Docs
3737
</a>
38+
<a title="Components" href="/components/"
39+
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
40+
Components
41+
</a>
3842
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
3943
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
4044
GitHub

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
3434
Docs
3535
</a>
36+
<a title="Components" href="/components/"
37+
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
38+
Components
39+
</a>
3640
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
3741
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
3842
GitHub

src/templates/header.html

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
1515
Docs
1616
</a>
17+
<a title="Components" href="/components/"
18+
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
19+
Components
20+
</a>
1721
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
1822
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
1923
GitHub

0 commit comments

Comments
 (0)