Skip to content

Commit c506e3f

Browse files
Rui Limajgthms
authored andcommitted
fix: documentation button hidden on tablets
- add jekyll cache folder to .gitignore
1 parent 11c44b0 commit c506e3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ test.scss
2727
/styles/node_modules
2828
/versions
2929
_site
30+
.jekyll-cache

docs/_includes/global/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<span class="is-hidden-touch is-hidden-widescreen">
3434
Docs
3535
</span>
36-
<span class="is-hidden-tablet-only is-hidden-desktop-only">
36+
<span class="is-hidden-desktop-only">
3737
Documentation
3838
</span>
3939
</a>

0 commit comments

Comments
 (0)