We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a5c2b commit 0eae41fCopy full SHA for 0eae41f
src/components/Header.js
@@ -31,7 +31,7 @@ export function Header({ navIsOpen, onNavToggle }) {
31
<MenuButton />
32
<a
33
href="https://github.com/javaistic/javaistic"
34
- className="text-gray-400 transition-colors duration-200 hover:text-gray-600 dark:hover:text-gray-200"
+ className="hidden text-gray-400 transition-colors duration-200 hover:text-gray-600 dark:hover:text-gray-200 sm:flex"
35
>
36
<span className="sr-only">Javaistic on GitHub</span>
37
<svg className="h-6 w-6" viewBox="0 0 16 16" fill="currentColor">
0 commit comments