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
d7334e8150
commit
2b69219310
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export default function App() {
|
|||
{SITE_TITLE}
|
||||
</span>
|
||||
</NavbarBrand>
|
||||
<NavbarContent className="hidden sm:flex gap-4" justify="center">
|
||||
<NavbarContent className="hidden sm:flex gap-[24px]" justify="center">
|
||||
{
|
||||
menuItems.map(item => (
|
||||
<NavbarItem key={item.name}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue