We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad68e4 commit 78e7d3bCopy full SHA for 78e7d3b
1 file changed
src/components/site-navigation.astro
@@ -9,8 +9,8 @@ import GithubStarButton from './github-star-button.astro';
9
<button onclick="window.location.reload()" class="font-display text-xl hover:text-gray-300 transition-colors cursor-pointer bg-transparent border-none">github-pages</button>
10
</div>
11
<div class="flex items-center gap-6">
12
- <a href="#features" class="text-sm text-gray-400 hover:text-white transition-colors">Features</a>
13
- <a href="#faq" class="text-sm text-gray-400 hover:text-white transition-colors">FAQ</a>
+ <a href="#features" class="hidden sm:block text-sm text-gray-400 hover:text-white transition-colors">Features</a>
+ <a href="#faq" class="hidden sm:block text-sm text-gray-400 hover:text-white transition-colors">FAQ</a>
14
<GithubStarButton />
15
16
0 commit comments