Removed home icon button
This commit is contained in:
parent
b5b256f6e9
commit
29f1ed952a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export function Navbar(): JSXElement {
|
||||||
return (
|
return (
|
||||||
<div class="max-w navbar max-w-3xl rounded-box text-neutral-content md:my-4">
|
<div class="max-w navbar max-w-3xl rounded-box text-neutral-content md:my-4">
|
||||||
<div class="flex-1">
|
<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 />
|
<Flake />
|
||||||
<h1>FrostByte</h1>
|
<h1>FrostByte</h1>
|
||||||
</A>
|
</A>
|
||||||
|
|
Loading…
Reference in a new issue