Skip to content

Commit c2cf31c

Browse files
committed
docs
1 parent 78e7d3b commit c2cf31c

2 files changed

Lines changed: 397 additions & 3 deletions

File tree

src/components/site-navigation.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ import GithubStarButton from './github-star-button.astro';
66
<div class="max-w-6xl mx-auto px-4 sm:px-6">
77
<div class="flex items-center justify-between h-14">
88
<div class="flex items-center gap-2">
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>
9+
<button onclick="window.location.replace('/github-pages/')" 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="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>
12+
<a href="/github-pages/docs" class="hidden sm:block text-sm text-gray-400 hover:text-white transition-colors">Docs</a>
13+
<a href="/#features" class="hidden sm:block text-sm text-gray-400 hover:text-white transition-colors">Features</a>
14+
<a href="/#faq" class="hidden sm:block text-sm text-gray-400 hover:text-white transition-colors">FAQ</a>
1415
<GithubStarButton />
1516
</div>
1617
</div>

0 commit comments

Comments
 (0)