Skip to content

Commit

Permalink
change url link
Browse files Browse the repository at this point in the history
  • Loading branch information
MargoMarm committed Sep 28, 2023
1 parent e542821 commit c0893dd
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 @@ -12,7 +12,7 @@ export const Logo = () => {
<>
<WrapLogo>
<NavLink
to={isLoggedIn ? '/september-project/diary' : '/'}
to={isLoggedIn ? '/diary' : '/'}
>
<Svg>
<use href={sprite + `#logo-big`}></use>
Expand Down

0 comments on commit c0893dd

Please sign in to comment.