Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix(nav): bug in selected tab
Browse files
frontend/src/components/Navigation/Navigation.tsx
CHANGED
@@ -73,7 +73,7 @@ const Navigation = () => {
|
|
73 |
linkProps: {
|
74 |
href: "/about",
|
75 |
target: '_self',
|
76 |
-
onClick: handleNavigation(
|
77 |
},
|
78 |
text: t("about"),
|
79 |
},
|
|
|
73 |
linkProps: {
|
74 |
href: "/about",
|
75 |
target: '_self',
|
76 |
+
onClick: handleNavigation(2, "/about")
|
77 |
},
|
78 |
text: t("about"),
|
79 |
},
|