Skip to content

Commit

Permalink
design: 헤더 lottie제거
Browse files Browse the repository at this point in the history
  • Loading branch information
youngduck committed Dec 16, 2024
1 parent 5f412b8 commit c350f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/_components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const Header = () => {
</div>
</Link>
<div className="flex">
<Lottie loop animationData={euro} play />
<CustomLottie animationData={lottieData.euro} />
{/* <Lottie loop animationData={euro} play />
<CustomLottie animationData={lottieData.euro} /> */}
<RssFeedButton />
<DarkModeToggle />
</div>
Expand Down

0 comments on commit c350f1a

Please sign in to comment.