File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments