diff --git a/src/client/Footer.tsx b/src/client/Footer.tsx index 4d934a6..1d965a5 100644 --- a/src/client/Footer.tsx +++ b/src/client/Footer.tsx @@ -7,7 +7,7 @@ interface Link { interface Card { title: string; - description: string; + description: any; links: Array; } @@ -31,9 +31,7 @@ export default function Footer(
{elem.description}
{elem.links.map((link, i) =>