Skip to content

Commit

Permalink
Merge pull request #29 from NewMillenniumWorkout/fix/everything
Browse files Browse the repository at this point in the history
[FIX] 버그 삭제
  • Loading branch information
minseok128 authored Dec 6, 2024
2 parents 30ebd24 + 60ba73e commit c13ed30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/EmotionSelect/EmotionSelectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ const EmotionSelectPage: React.FC = () => {
</button>
)}
</div>
{curIndex < contentList.length - 2 && !isLoading && (
<div className="absolute top-[19.5%] rotate-2 w-[90%] aspect-[2/2.8] bg-white rounded-[32px] shadow-custom-strong"></div>
)}
{curIndex < contentList.length - 1 && !isLoading && (
<div className="absolute top-[19.5%] -rotate-2 w-[90%] aspect-[2/2.8] bg-white rounded-[32px] shadow-custom-strong"></div>
)}
</div>
</div>
);
Expand Down

0 comments on commit c13ed30

Please sign in to comment.