Skip to content

Commit 2d39368

Browse files
authored
Merge pull request #467 from velopert/fix/header-logo-link
fix: header logo link should go to home
2 parents 7f2722f + 065c37d commit 2d39368

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)