From bc9a3c93b1807d2a7ce257333726067a6881c0bb Mon Sep 17 00:00:00 2001 From: SevLG Date: Tue, 19 Mar 2024 12:29:22 +0100 Subject: [PATCH] Fixed bug introduced when changing custom types --- pmp-frontend-app/src/pages/AboutPartnersPage.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pmp-frontend-app/src/pages/AboutPartnersPage.tsx b/pmp-frontend-app/src/pages/AboutPartnersPage.tsx index 77d5b0d..91e04f4 100644 --- a/pmp-frontend-app/src/pages/AboutPartnersPage.tsx +++ b/pmp-frontend-app/src/pages/AboutPartnersPage.tsx @@ -10,7 +10,9 @@ export default function AboutPartnersPage(): ReactElement { 'fundersAndPartnersCard': { cardClasses: "card lg:card-side bg-base-100 shadow-xl", titleClasses: "card-title", - textClasses: "", + subTitleClasses: "", + textClasses: "", + imgClasses: "", buttonClasses: "", buttonPlacement: "", }, @@ -18,7 +20,8 @@ export default function AboutPartnersPage(): ReactElement { var cardContent: { [id: string] : ICardContent } = { 'fundersAndPartnersCard1': { - title: "New album is released!", + title: "New album is released!", + subTitle: "", text: "Click the button to listen on Spotiwhy app.", buttonText: "", imageSrc: "https://daisyui.com/images/stock/photo-1494232410401-ad00d5433cfa.jpg",