Skip to content

Commit

Permalink
Merge pull request #94 from Curate-Me/hotfix/#6_position-replace
Browse files Browse the repository at this point in the history
fix: 디자인 수정
  • Loading branch information
dvp-tae authored Nov 28, 2024
2 parents 6a16b74 + 0f4bbae commit a3fef6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TicketBook/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export const ClacoBookDetailPage = () => {
</div>
</div>
<div
className="absolute bottom-[57px] right-[26px] w-[70px] h-[70px] bg-primary rounded-full flex justify-center items-center"
className="absolute -bottom-[250px] 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} />
Expand Down

0 comments on commit a3fef6f

Please sign in to comment.