Removed home icon button

This commit is contained in:
Hollgy 2024-03-22 13:27:40 +01:00
parent b5b256f6e9
commit 29f1ed952a

View file

@ -9,7 +9,7 @@ export function Navbar(): JSXElement {
return (
<div class="max-w navbar max-w-3xl rounded-box text-neutral-content md:my-4">
<div class="flex-1">
<A href={"/"} class="btn btn-ghost text-xl normal-case">
<A href={"/"} class="btn btn-ghost text-sm normal-case sm:text-xl">
<Flake />
<h1>FrostByte</h1>
</A>