This commit is contained in:
2025-03-09 15:33:23 -06:00
parent 0781e133e6
commit d4e1a8df00
2 changed files with 8 additions and 1 deletions

View File

@ -130,7 +130,7 @@ const RegistryList = () => {
<div className="container mx-auto p-4">
<h1 className="text-2xl font-bold mb-4">Wedding Registry</h1>
<div className="overflow-x-auto">
<table className="table w-full">
<table className="table table-zebra w-full">
<thead>
<tr>
<th>Item</th>

View File

@ -15,6 +15,13 @@ import SignIn from "../../components/SignIn.tsx";
</div>
<div id="content-container" class="hidden">
<div class="text-md text-center mx-auto w-2xl">
By Gods goodness, we are not in need of many things and would be most blessed by monetary gifts to help us start our life together. However, if you would like to give a physical gift, we have some suggested items below with example links. If youre not inclined or able to bring a gift, please simply come and celebrate with us. Thank you!
</div>
<br>
<div class="text-sm italic text-center mx-auto w-2xl">
This website is not able to purchase items for you. If you would like to purchase an item, please mark the item as “claimed” and then follow the link next to the item to purchase it (on Amazon, for example), or buy the item in-store.
</div>
<RegistryList client:load />
<div id="empty-registry-message" class="text-center p-8 hidden">
<p class="text-xl">Nothing here yet! Please check back in a week!</p>