Rename homepage nav label to home
This commit is contained in:
parent
9e25f53b59
commit
c3686a6e4c
@ -58,7 +58,7 @@ export default function Navigation() {
|
|||||||
|
|
||||||
const navLinks = useMemo(
|
const navLinks = useMemo(
|
||||||
() => [
|
() => [
|
||||||
{ label: "Homepage", href: "#" },
|
{ label: "Home", href: "#" },
|
||||||
{ label: "Portfolio", href: "/portfolio", newTab: true },
|
{ label: "Portfolio", href: "/portfolio", newTab: true },
|
||||||
{ label: "Strategies", href: "#strategies" },
|
{ label: "Strategies", href: "#strategies" },
|
||||||
{ label: "How It Works", href: "#how-it-works" },
|
{ label: "How It Works", href: "#how-it-works" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user