changed default icons to server icons

This commit is contained in:
victorAnumudu
2023-11-08 09:39:28 +01:00
parent 6ddffdf2e6
commit 09ad8a94ca
3 changed files with 5 additions and 10 deletions
@@ -67,6 +67,7 @@ const FamilyWaitlist = memo(
const selectedImage = require(`../../../assets/images/family/${
value?.banner || "default.jpg"
}`);
console.log('VALUE', value)
return (
<tr
className="bg-white dark:bg-dark-white border-b dark:border-[#5356fb29] hover:bg-gray-50"