Skip to content

Commit 5b7d2b2

Browse files
committed
fix: no reload
1 parent 19eab6f commit 5b7d2b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/Header/MenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const MenuItem = props => {
1717
}
1818

1919
return (
20-
<Link href={href} target={isExternal ? "_blank" : "_self"} reloadDocument={reloadDocument}>
20+
<Link href={href} external={isExternal} reloadDocument={reloadDocument}>
2121
<ListItemButton
2222
className="group"
2323
sx={{

src/components/Header/data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ const mainnetNavigations: Navigation[] = [
118118
label: "Session 2",
119119
key: "session-2",
120120
href: SESSIONS_URL,
121-
reload: true,
122121
},
123122
{
124123
rootKey: "use",

0 commit comments

Comments
 (0)