From 3800fcea1942358a3fd3888bff56a9f4aa590336 Mon Sep 17 00:00:00 2001 From: Felipe Cardoso Date: Sat, 15 Mar 2025 20:58:17 +0100 Subject: [PATCH] Comment out RSVP section and update Gift Registry text The RSVP section is now commented out, removing its visibility from the page. Additionally, the text and button for the Gift Registry section have been updated to better reflect its purpose, allowing users to manage and edit the registry. --- .../(main)/dashboard/events/[slug]/page.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/app/(main)/dashboard/events/[slug]/page.tsx b/frontend/src/app/(main)/dashboard/events/[slug]/page.tsx index 0bceac8..1caa0c1 100644 --- a/frontend/src/app/(main)/dashboard/events/[slug]/page.tsx +++ b/frontend/src/app/(main)/dashboard/events/[slug]/page.tsx @@ -312,34 +312,34 @@ export default function EventDetailPage() { - {event.rsvp_enabled && ( - - - RSVP - - Let the host know if you'll be attending - - - - - - - )} + {/*{event.rsvp_enabled && (*/} + {/* */} + {/* */} + {/* RSVP*/} + {/* */} + {/* Let the host know if you'll be attending*/} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/*)}*/} {event.gift_registry_enabled && ( Gift Registry - View gift suggestions for this event + Manage gift suggestions for this event