Skip to content

Commit

Permalink
Merge pull request #92 from Curate-Me/hotfix/#5_design-error
Browse files Browse the repository at this point in the history
fix: 디자인 수정
  • Loading branch information
dvp-tae authored Nov 28, 2024
2 parents 0203f3b + 426530b commit 6a16b74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/TicketBook/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,14 @@ export const ClacoBookDetailPage = () => {
나만의 티켓을 만들어보세요!
</span>
</div>
<div
className="absolute bottom-[57px] right-[26px] w-[70px] h-[70px] bg-primary rounded-full flex justify-center items-center"
onClick={gotoTicketCreate}
>
<Plus viewBox="0 0 22 22" width={40} height={40} />
</div>
</div>
</div>
<div
className="absolute bottom-[57px] right-[26px] w-[70px] h-[70px] bg-primary rounded-full flex justify-center items-center"
onClick={gotoTicketCreate}
>
<Plus viewBox="0 0 22 22" width={40} height={40} />
</div>
</div>
</>
);
Expand Down

0 comments on commit 6a16b74

Please sign in to comment.