We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19eab6f commit 5b7d2b2Copy full SHA for 5b7d2b2
src/components/Header/MenuItem.tsx
@@ -17,7 +17,7 @@ const MenuItem = props => {
17
}
18
19
return (
20
- <Link href={href} target={isExternal ? "_blank" : "_self"} reloadDocument={reloadDocument}>
+ <Link href={href} external={isExternal} reloadDocument={reloadDocument}>
21
<ListItemButton
22
className="group"
23
sx={{
src/components/Header/data.ts
@@ -118,7 +118,6 @@ const mainnetNavigations: Navigation[] = [
118
label: "Session 2",
119
key: "session-2",
120
href: SESSIONS_URL,
121
- reload: true,
122
},
123
{
124
rootKey: "use",
0 commit comments