Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit f693801

Browse files
committed
feat(components): 📱 hide nav links on small device
1 parent 90b9938 commit f693801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/the/TheHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
alt="logo"
99
>
1010
</NuxtLink>
11-
<nav id="nav">
11+
<nav id="nav" class="hidden-xs-only">
1212
<NuxtLink class="nav-item" to="/">{{ t("home") }}</NuxtLink>
1313
<NuxtLink class="nav-item" to="/plugins">{{ t("plugins") }}</NuxtLink>
1414
</nav>

0 commit comments

Comments
 (0)