From 3f135e9893ac8588e41c4d4ab9b4ab71ff5c2e32 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Wed, 15 Apr 2026 23:37:22 -0400 Subject: [PATCH] use a more semantic element --- src/components/ui/callout.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui/callout.astro b/src/components/ui/callout.astro index d566f07..3807941 100644 --- a/src/components/ui/callout.astro +++ b/src/components/ui/callout.astro @@ -17,10 +17,10 @@ const calloutLabels: Record = { const calloutLabel = label ?? calloutLabels[level]; --- -
-
{calloutLabel}
+
+