Skip to content

Commit 065c37d

Browse files
committed
fix: header logo link should go to home
1 parent 6a83979 commit 065c37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/base/HeaderLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const HeaderLogo: React.FC<HeaderLogoProps> = ({
3333
const velogPath = `/@${username}/posts`;
3434
return (
3535
<HeaderLogoBlock>
36-
<VelogLogoLink to={velogPath}>
36+
<VelogLogoLink to="/">
3737
<VelogIcon />
3838
</VelogLogoLink>
3939
<VLink to={velogPath} className="user-logo">

0 commit comments

Comments
 (0)