rtetley commited on
Commit
95d0aa4
Β·
verified Β·
1 Parent(s): 5ae7646

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(1, "/about")
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
  },