Skip to content

Commit

Permalink
Merge pull request #184 from ruby10127130/feature/adjust-logo-width
Browse files Browse the repository at this point in the history
feat: adjust new logo width to 152px
  • Loading branch information
JohnsonMao authored Dec 21, 2024
2 parents 72e5edd + 21c6391 commit 2b52233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/components/Navigation_v2/MainNav/Logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Logo = () => {
return (
<Link href="/" passHref>
<LogoWrapper>
<img src="/new-logo.png" alt="logo" width="219" height="31" />
<img src="/new-logo.png" alt="logo" width="152" height="31" />
</LogoWrapper>
</Link>
);
Expand Down

0 comments on commit 2b52233

Please sign in to comment.