diff --git a/src/components/Callout/index.astro b/src/components/Callout/index.astro index 4ce4bde700..9a342985e4 100644 --- a/src/components/Callout/index.astro +++ b/src/components/Callout/index.astro @@ -14,7 +14,12 @@ const currentLocale = getCurrentLocale(Astro.url.pathname); const t = await getUiTranslator(currentLocale); --- -
-
{t('calloutTitles', props.title || "Try this!")}
+
+
+ {t('calloutTitles', props.title || "Try this!")} +
-
+