Skip to content

Commit

Permalink
[Fix] 헤더 메인로고 오타수정 #578
Browse files Browse the repository at this point in the history
  • Loading branch information
pearpearB committed Mar 20, 2022
1 parent c2eef38 commit 66b1cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Header() {
</HeaderBackdrop>
)}
<UtilButton onClick={() => navigate('/')}>
<img src="images/bLogo.png" alt="LOGO" />
<img src="images/BLogo.png" alt="LOGO" />
</UtilButton>
{total ? (
<UtilButton onClick={showNotificationHandler}>
Expand Down

0 comments on commit 66b1cf4

Please sign in to comment.