Skip to content

Commit 4e1d35a

Browse files
authored
Remove colon sign in default <Callout> titles (#1019)
Co-authored-by: Atila Fassina<[email protected]>
1 parent 2ee8ea9 commit 4e1d35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/callout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function Callout(props: CalloutProps) {
9898
when={props.title}
9999
fallback={
100100
<span class="capitalize font-semibold text-xl">
101-
{props.type || "Info"}:{" "}
101+
{props.type || "Info"}
102102
</span>
103103
}
104104
>

0 commit comments

Comments
 (0)