Skip to content

Commit

Permalink
๐Ÿ›  fix : ๋ฆฌ์•กํŠธ ๋„ค์ดํ‹ฐ๋ธŒ ์›น๋ทฐ ํฌ์ฆˆํ”ฝ ๋ ˆ์ด์•„์›ƒ ์˜ค๋ฅ˜
Browse files Browse the repository at this point in the history
  • Loading branch information
seondal committed Apr 16, 2024
1 parent 2576e71 commit 28b7151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(Main)/pick/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ export default function Page() {
</div>
<div className="relative flex grow">
{(isLottie || !isRendered) && (
<div className="absolute inset-0 z-10 flex w-full justify-center bg-black">
<div className="absolute inset-x-0 inset-y-0 z-10 flex justify-center bg-black">
<Lottie animationData={lottiePick} play />
</div>
)}
<div className="absolute inset-0 flex w-full justify-center bg-black">
<div className="absolute inset-x-0 inset-y-0 bg-black">
<PoseImage src={image} onLoad={() => setIsRendered(true)} />
</div>
</div>
Expand Down

0 comments on commit 28b7151

Please sign in to comment.