From 5e0fdffa1e1c18b4a304f24374f65a0a1720cc82 Mon Sep 17 00:00:00 2001 From: Chief Bube Date: Wed, 1 Nov 2023 07:34:23 -0700 Subject: [PATCH 1/2] done --- src/components/FamilyAcc/FamilyTable.jsx | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/components/FamilyAcc/FamilyTable.jsx b/src/components/FamilyAcc/FamilyTable.jsx index 6807bc7..61cf5ff 100644 --- a/src/components/FamilyAcc/FamilyTable.jsx +++ b/src/components/FamilyAcc/FamilyTable.jsx @@ -53,6 +53,7 @@ export default function FamilyTable({ family_uid, banner, enable_traking, + profile_picture, }) => { // Check for valid dates const addedDate = added ? added.split(" ")[0] : "N/A"; @@ -75,7 +76,8 @@ export default function FamilyTable({
{`Avatar @@ -134,17 +136,27 @@ export default function FamilyTable({ }) } type="button" - className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white" + className="w-12 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white" > - Manage + + + ); }; - console.log(currentFamilyList); - return (
Date: Wed, 1 Nov 2023 07:37:00 -0700 Subject: [PATCH 2/2] . --- src/components/FourZeroFour/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FourZeroFour/index.jsx b/src/components/FourZeroFour/index.jsx index 8253b7d..7dc4c20 100644 --- a/src/components/FourZeroFour/index.jsx +++ b/src/components/FourZeroFour/index.jsx @@ -20,7 +20,7 @@ export default function FourZeroFour() {
{/* */}
- 404 Image + 404Image

Sorry!

The page can’t be found.

The page you're looking for isn't available. Use the go back button below