From 846342bb08ed2323f27ed2337c1a2224c2afc2f3 Mon Sep 17 00:00:00 2001 From: Matt Kufchak Date: Thu, 13 Feb 2025 18:10:39 -0600 Subject: [PATCH] chore: format --- components/Callout.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/Callout.tsx b/components/Callout.tsx index 9f9431b0..f4e42fe0 100644 --- a/components/Callout.tsx +++ b/components/Callout.tsx @@ -11,7 +11,11 @@ const Callout = ({ emoji, children, text }) => ( )} -
+
{text || children}