hide star us on mobile
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m8s

This commit is contained in:
Lee 2024-04-16 21:40:56 +01:00
parent 44a31d8e35
commit 2824bb5878

@ -29,11 +29,13 @@ export default function NavBar(): JSX.Element {
<div className="flex-grow"></div>
<div className="mr-4 flex items-center gap-2">
<RedirectButton
title="Star us on Github!"
url="https://github.com/RealFascinated/minecraft-helper"
openInNewTab
/>
<div className="hidden md:block">
<RedirectButton
title="Star us on Github!"
url="https://github.com/RealFascinated/minecraft-helper"
openInNewTab
/>
</div>
<ToggleThemeButton />
</div>
</div>