diff --git a/app/(pages)/about/page.tsx b/app/(pages)/about/page.tsx index 875d8e9..d4ad881 100644 --- a/app/(pages)/about/page.tsx +++ b/app/(pages)/about/page.tsx @@ -16,10 +16,10 @@ export default async function AboutPage() { return (
+
{key}
{description}
++ {description} +
) } @@ -76,7 +78,7 @@ const ResourceCard = ({ id, title, children }: ResourceCardProps) => { className="mx-auto flex max-w-[644px] flex-col rounded-lg" >{subtitle}
} + {subtitle && ( + + {subtitle} + + )}- {children} -
+{children}
), img: ({ src, alt }) => null, }} @@ -102,12 +93,17 @@ export const ArticleListCard = ({