From 8703cbaa5342bc84f0637523e86cb9bf9a210824 Mon Sep 17 00:00:00 2001 From: RizqiSyahrendra Date: Tue, 4 Mar 2025 10:03:29 +0700 Subject: [PATCH] fix: heroother styling --- src/components/HeroOther.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/HeroOther.tsx b/src/components/HeroOther.tsx index 6a9cecb..ff0dfb5 100644 --- a/src/components/HeroOther.tsx +++ b/src/components/HeroOther.tsx @@ -16,23 +16,17 @@ const shareIcons: Record = { export default function HeroOther({ title, img, createdAt, shareUrl }: HeroOtherProps) { return ( -
+
{/* */}
- +
{/* */}
-

{title ?? ""}

+

{title ?? ""}

{!!createdAt && (