Some minor updates
This commit is contained in:
@ -88,7 +88,7 @@ const RSVPForm = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="max-w-2xl mx-auto p-6">
|
<div className="max-w-2xl mx-auto p-6">
|
||||||
<div className="card bg-base-100 shadow-xl">
|
<div className="card bg-base-100 shadow-xl border-2 border-primary">
|
||||||
<div className="card-body flex flex-col gap-6">
|
<div className="card-body flex flex-col gap-6">
|
||||||
<h2 className="card-title text-2xl font-bold text-center justify-center">
|
<h2 className="card-title text-2xl font-bold text-center justify-center">
|
||||||
Wedding RSVP
|
Wedding RSVP
|
||||||
|
@ -119,7 +119,7 @@ const RSVPManager = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-4 mx-auto p-4">
|
<div className="flex flex-col gap-4 mx-auto p-4">
|
||||||
<div className="stats shadow mb-8 mx-auto">
|
<div className="stats shadow mb-8 mx-auto border-2 border-primary">
|
||||||
<div className="stat">
|
<div className="stat">
|
||||||
<div className="stat-title">Total Responses</div>
|
<div className="stat-title">Total Responses</div>
|
||||||
<div className="stat-value">{rsvpList.length}</div>
|
<div className="stat-value">{rsvpList.length}</div>
|
||||||
|
@ -13,7 +13,7 @@ import SignIn from "../components/SignIn.tsx";
|
|||||||
<img src="/logo.jpg" alt="" height="250" width="250" class="rounded-full mx-auto border-2 border-primary">
|
<img src="/logo.jpg" alt="" height="250" width="250" class="rounded-full mx-auto border-2 border-primary">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div class="text-center space-y-4">
|
<div class="text-center space-y-4">
|
||||||
<div class="text-5xl font-normal" style="font-family: 'Great Vibes', cursive;"><span class="text-2xl">❤️</span> Natasha & Ixabat <span class="text-3xl">❤️</span></div>
|
<div class="text-5xl font-normal" style="font-family: 'Great Vibes', cursive;"><span class="text-3xl">❤️</span> Natasha & Ixabat <span class="text-3xl">❤️</span></div>
|
||||||
<p class="text-xl text-gray-600">We hope you can join us in celebration on</p>
|
<p class="text-xl text-gray-600">We hope you can join us in celebration on</p>
|
||||||
<p class="text-2xl font-semibold">Saturday, June 7, 2025</p>
|
<p class="text-2xl font-semibold">Saturday, June 7, 2025</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -10,6 +10,10 @@ import SignIn from "../../components/SignIn.tsx";
|
|||||||
Please RSVP using the form below:
|
Please RSVP using the form below:
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="text-center text-lg italic">
|
||||||
|
Note: Please submit a separate response for each person listed on your invitation.
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="auth-container">
|
<div id="auth-container">
|
||||||
<SignIn client:load onSuccess={() => {}} requiredRole="guest" />
|
<SignIn client:load onSuccess={() => {}} requiredRole="guest" />
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user