From 8f30c80fec3b87cb1bdb434ff86070edfeff54d9 Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Fri, 22 May 2026 15:16:34 -0400 Subject: [PATCH] update standardsitepostblock previews --- .../StandardSitePostItem.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/Blocks/StandardSitePostBlock/StandardSitePostItem.tsx b/components/Blocks/StandardSitePostBlock/StandardSitePostItem.tsx index a603a725..ac9083a3 100644 --- a/components/Blocks/StandardSitePostBlock/StandardSitePostItem.tsx +++ b/components/Blocks/StandardSitePostBlock/StandardSitePostItem.tsx @@ -94,7 +94,7 @@ function StandardSitePostItemPlaceholder({ if (size === "small") { return ( <> -
+
@@ -106,16 +106,16 @@ function StandardSitePostItemPlaceholder({ if (size === "medium") { return ( <> -
-
-
+
+
+
-
+

@@ -129,12 +129,12 @@ function StandardSitePostItemPlaceholder({ className={`flex flex-col items-stretch ${widePage ? "sm:flex-row sm:gap-2 gap-0" : ""} w-full items-start`} >
-
+
-- 2.51.2