Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
showing add availbility + copy link
Browse files Browse the repository at this point in the history
  • Loading branch information
mirmirmirr committed Dec 3, 2024
1 parent 7118a4f commit f65738d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/ConfirmCreated.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ export default function ConfirmCreated() {

<button
onClick={handleCopy}
className={`hidden lg:block absolute text-[0.8vw] right-0 bottom-[55px] py-1 px-4 cursor-pointer rounded-lg opacity-0 group-hover:opacity-100 transition-opacity ${buttonText} ${buttonBG}`}
className={`hidden lg:block absolute text-[0.8vw] right-0 bottom-[55px] py-1 px-4 cursor-pointer rounded-lg opacity-100 ${buttonText} ${buttonBG}`}
>
copy link
</button>
<button
onClick={() =>
navigate('/availability', { state: { eventCode, eventName } })
}
className={`hidden lg:block absolute text-[0.8vw] right-0 bottom-[20px] py-1 px-4 cursor-pointer rounded-lg opacity-0 group-hover:opacity-100 transition-opacity ${buttonText} ${buttonBG}`}
className={`hidden lg:block absolute text-[0.8vw] right-0 bottom-[20px] py-1 px-4 cursor-pointer rounded-lg opacity-100 ${buttonText} ${buttonBG}`}
>
fill availability
</button>
Expand Down

0 comments on commit f65738d

Please sign in to comment.