mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
fix style
This commit is contained in:
parent
2b69219310
commit
49311e1375
1 changed files with 4 additions and 3 deletions
|
|
@ -27,13 +27,14 @@ export default function App() {
|
|||
return (
|
||||
<Navbar onMenuOpenChange={setIsMenuOpen} height="48px">
|
||||
<NavbarContent className="flex justify-between items-center">
|
||||
<NavbarBrand className="flex gap-4" onClick={() => window.location.href = "/"}>
|
||||
<NavbarBrand className="flex gap-4">
|
||||
<img
|
||||
src="https://oss.nbtca.space/CA-logo.svg"
|
||||
alt=""
|
||||
className="w-8 aspect-square"
|
||||
className="w-8 aspect-square cursor-pointer"
|
||||
onClick={() => window.location.href = "/"}
|
||||
/>
|
||||
<span className="text-lg text-[#1d1d1f]">
|
||||
<span className="hidden sm:flex select-none cursor-default text-lg text-[#1d1d1f]">
|
||||
{SITE_TITLE}
|
||||
</span>
|
||||
</NavbarBrand>
|
||||
|
|
|
|||
Loading…
Reference in a new issue