Skip to content

Commit

Permalink
Fixed bug introduced when changing custom types
Browse files Browse the repository at this point in the history
  • Loading branch information
SevLG committed Mar 19, 2024
1 parent 2397eb7 commit bc9a3c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pmp-frontend-app/src/pages/AboutPartnersPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ 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: "",
},
};

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",
Expand Down

0 comments on commit bc9a3c9

Please sign in to comment.