Skip to content

Commit 78e7d3b

Browse files
committed
fix rps
1 parent 3ad68e4 commit 78e7d3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/site-navigation.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import GithubStarButton from './github-star-button.astro';
99
<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>
1010
</div>
1111
<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>
12+
<a href="#features" class="hidden sm:block text-sm text-gray-400 hover:text-white transition-colors">Features</a>
13+
<a href="#faq" class="hidden sm:block text-sm text-gray-400 hover:text-white transition-colors">FAQ</a>
1414
<GithubStarButton />
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)