Skip to content

Commit fc3e586

Browse files
authored
fix(web): show GitHub link in header (#43)
1 parent 03d2cbd commit fc3e586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<i data-lucide="sun" class="hidden dark:block w-4 h-4"></i>
7878
<i data-lucide="moon" class="block dark:hidden w-4 h-4"></i>
7979
</button>
80-
<a href="https://github.com/cachevector/hashprep" class="text-[10px] sm:text-xs font-mono uppercase tracking-widest hover:text-zinc-900 dark:hover:text-white transition-colors hidden xs:block">GitHub</a>
80+
<a href="https://github.com/cachevector/hashprep" class="text-[10px] sm:text-xs font-mono uppercase tracking-widest hover:text-zinc-900 dark:hover:text-white transition-colors">GitHub</a>
8181
<a href="#install" class="bg-black text-white dark:bg-white dark:text-black px-3 py-1.5 sm:px-4 sm:py-1.5 text-[10px] sm:text-xs font-mono uppercase tracking-widest hover:bg-zinc-800 dark:hover:bg-zinc-200 transition-all">Get Started</a>
8282
</div>
8383
</div>

0 commit comments

Comments
 (0)