Introduction of town council

This commit is contained in:
2024-08-01 03:39:11 +08:00
parent 4a8b6a0b4c
commit 68a2062365
9 changed files with 3891 additions and 4578 deletions

View File

@@ -51,7 +51,13 @@ export default function SpringboardPage() {
{greeting}, {userInformation.firstName}.
</p>
<p>
Resident of <Link>Bishan-Toa Payoh Town Council</Link>
Resident of{" "}
<Link>
{userInformation.townCouncil.length > 0
? userInformation.townCouncil
: "Unknown"}{" "}
Town Council
</Link>
</p>
<Button
className="w-max"