mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
Merge branch 'dev' of https://github.com/nbtca/Home into dev
This commit is contained in:
commit
904343337d
1 changed files with 1 additions and 3 deletions
|
|
@ -61,9 +61,7 @@ export default function App() {
|
||||||
{menuItems.map((item, index) => (
|
{menuItems.map((item, index) => (
|
||||||
<NavbarMenuItem key={`${item}-${index}`}>
|
<NavbarMenuItem key={`${item}-${index}`}>
|
||||||
<Link
|
<Link
|
||||||
color={
|
color="foreground"
|
||||||
index === 2 ? "primary" : index === menuItems.length - 1 ? "danger" : "foreground"
|
|
||||||
}
|
|
||||||
className="w-full py-1 font-bold"
|
className="w-full py-1 font-bold"
|
||||||
href={item.link}
|
href={item.link}
|
||||||
size="lg"
|
size="lg"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue