Skip to content

Commit

Permalink
fix: avoid cache logo
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Dec 17, 2024
1 parent a658473 commit db1a67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default function Header() {
<Title to={`${APP_PATHS.SWAP}/${networkInfo.route}`}>
{holidayMode ? (
<LogoIcon>
<IconImage isChristmas src={'/christmas-logo-dark.svg'} alt="logo" />
<IconImage isChristmas src={'/christmas-logo-dark.svg?'} alt="logo" />
</LogoIcon>
) : (
<LogoIcon>
Expand Down

0 comments on commit db1a67c

Please sign in to comment.