Skip to content

Commit

Permalink
chore: update the xmas asset to new year asset
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi committed Jan 8, 2025
1 parent c79c84c commit a282d49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/views/SwapSimplify/V4Swap/XmasEffect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const XmaxTree = styled.div`
}
left: 1%;
width: 16vw;
height: 19.2vw;
background: url('${ASSET_CDN}/web/swap/xmas/xmas-tree-${({ theme }) => (theme.isDark ? 'dark' : 'light')}.png')
width: 26vw;
height: 15vw;
background: url('${ASSET_CDN}/web/swap/new-year/new-year-${({ theme }) => (theme.isDark ? 'dark' : 'light')}.png')
no-repeat center center fixed;
background-size: cover;
`
Expand Down

0 comments on commit a282d49

Please sign in to comment.