diff --git a/apps/sim/app/(landing)/blog/page.tsx b/apps/sim/app/(landing)/blog/page.tsx index d938d014f97..9a43a935eab 100644 --- a/apps/sim/app/(landing)/blog/page.tsx +++ b/apps/sim/app/(landing)/blog/page.tsx @@ -81,12 +81,12 @@ export default async function BlogIndex({ {/* Featured posts */} {featured.length > 0 && ( <> -
+
{featured.map((p, index) => (