Skip to content

Commit

Permalink
Replace NavBar route to HOME with a route to LANDING
Browse files Browse the repository at this point in the history
Todo: look into routing to HOME when not on sign up or login
  • Loading branch information
SurabhiKeesara committed Sep 19, 2023
1 parent fdc00a3 commit 0a1577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const NavBar: React.FC<NavBarProps> = ({ userName, isAdmin, onLogout }) => {
} else {
return (
<NavContainer>
<NoHoverShadeButton type="text" to={Routes.HOME}>
<NoHoverShadeButton type="text" to={Routes.LANDING}>
<MainLogo src={SFTT_PARTNER_LOGOS} alt={'SFTT Logo'} />
</NoHoverShadeButton>
<NavExtra
Expand Down

0 comments on commit 0a1577c

Please sign in to comment.