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 && (