Update the path of the invitation
All checks were successful
Playwright Tests / test (pull_request) Has been skipped
Check usage of free licenses / build-static-assets (pull_request) Successful in 57s
Add copyright notice / copyright_notice (pull_request) Successful in 1m15s
Build Nginx-based docker image / build-static-assets (push) Successful in 11m23s

This commit is contained in:
Manuel Bustillo 2025-06-12 22:56:37 +02:00
parent 87bd3fac4b
commit 5c1f8b0dbe

View File

@ -59,7 +59,7 @@ function InvitationCard({ invitation, allGuests, onGuestAdded, onDestroy }: {
<LinkIcon <LinkIcon
className={`${iconClassName} right-8`} className={`${iconClassName} right-8`}
onClick={() => { onClick={() => {
navigator.clipboard.writeText(`https://${window.location.host}/${getSlug()}/invitations/${invitation.id}`); navigator.clipboard.writeText(`https://${window.location.host}/${getSlug()}/site/invitation/${invitation.id}`);
}} }}
/> />
<TrashIcon <TrashIcon