diff --git a/apps/web/components/sections/home/blog-section.tsx b/apps/web/components/sections/home/blog-section.tsx index ad1d3c5a95..a11abb4327 100644 --- a/apps/web/components/sections/home/blog-section.tsx +++ b/apps/web/components/sections/home/blog-section.tsx @@ -99,13 +99,17 @@ function CardBody({
+
{title}
{date}
++ {date} +
{author ? ( -{author}
++ {author} +
) : null}+
{data.label}
) : null} @@ -154,7 +158,7 @@ export default function BlogSection({ data, articles }: Props) { href={data.cta.href} variant="link" icon={