Family waitlist complete #252

Merged
ameye merged 4 commits from resources-page into master 2023-07-05 13:34:21 +00:00
Showing only changes of commit 3d61b3259d - Show all commits
@@ -112,7 +112,7 @@ export default function ParentWaitingTable() {
{new Date(item.added).toLocaleString().split(',')[0]}
</p>
<p className="text-sm text-dark-gray dark:text-white">Status: {item.status}</p>
<p className="text-xs px-3 py-1.5 tracking-wide rounded-full bg-gold text-white">{item.status}</p>
</div>
</div>
</li>