Skip to content

Commit

Permalink
Update Logo.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MargoMarm committed Sep 27, 2023
1 parent 4c09a9d commit bce6490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/headersComp/Logo/Logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Logo = () => {
<>
<WrapLogo>
<NavLink
to={isLoggedIn ? '/september-project/diary' : '/september-project/'}
to={isLoggedIn ? '/september-project/diary' : '/'}
>
<Svg>
<use href={sprite + `#logo-big`}></use>
Expand Down

0 comments on commit bce6490

Please sign in to comment.