Skip to content

Commit

Permalink
Merge pull request #280 from Code-4-Community/SK.CL.map-redirect-on-l…
Browse files Browse the repository at this point in the history
…ogin-signup-home

Allow users to return to map page if not logged in #236
  • Loading branch information
SurabhiKeesara authored Oct 25, 2023
2 parents 1ea5daf + 0a1577c commit 3b61ff8
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 3b61ff8

Please sign in to comment.