Skip to content

Commit 0eae41f

Browse files
committed
Update Header.js
1 parent 60a5c2b commit 0eae41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function Header({ navIsOpen, onNavToggle }) {
3131
<MenuButton />
3232
<a
3333
href="https://github.com/javaistic/javaistic"
34-
className="text-gray-400 transition-colors duration-200 hover:text-gray-600 dark:hover:text-gray-200"
34+
className="hidden text-gray-400 transition-colors duration-200 hover:text-gray-600 dark:hover:text-gray-200 sm:flex"
3535
>
3636
<span className="sr-only">Javaistic on GitHub</span>
3737
<svg className="h-6 w-6" viewBox="0 0 16 16" fill="currentColor">

0 commit comments

Comments
 (0)