Skip to content

Commit

Permalink
feat: change url
Browse files Browse the repository at this point in the history
  • Loading branch information
koremp committed Aug 9, 2024
1 parent 3faf010 commit 9f0578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/container/TopBarContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const LogoImage = styled.img({
export default function TopBarContainer({ handleClick }) {
return (
<Container
onClick={() => handleClick('/')}
onClick={() => handleClick('/home')}
>
<LogoImage
src={GidleLogoImage}
Expand Down

0 comments on commit 9f0578f

Please sign in to comment.