Skip to content

Commit 86fe387

Browse files
committed
patch: Callout; rm mt from h3 if no emoji
1 parent c783194 commit 86fe387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/CalloutSSR.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ const CalloutSSR = ({
4949
{title && (
5050
<h3
5151
className={cn(
52-
"mb-8 mt-10 text-2xl leading-[1.4]",
52+
"mb-8 text-2xl leading-[1.4]",
53+
emoji && "mt-10",
5354
headerClassName
5455
)}
5556
>

0 commit comments

Comments
 (0)