mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +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}
|
{SITE_TITLE}
|
||||||
</span>
|
</span>
|
||||||
</NavbarBrand>
|
</NavbarBrand>
|
||||||
<NavbarContent className="hidden sm:flex gap-4" justify="center">
|
<NavbarContent className="hidden sm:flex gap-[24px]" justify="center">
|
||||||
{
|
{
|
||||||
menuItems.map(item => (
|
menuItems.map(item => (
|
||||||
<NavbarItem key={item.name}>
|
<NavbarItem key={item.name}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue