Skip to content

Commit

Permalink
Remove colon sign in default <Callout> titles (#1019)
Browse files Browse the repository at this point in the history
Co-authored-by: Atila Fassina<[email protected]>
  • Loading branch information
amirhhashemi authored Jan 13, 2025
1 parent 2ee8ea9 commit 4e1d35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/callout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function Callout(props: CalloutProps) {
when={props.title}
fallback={
<span class="capitalize font-semibold text-xl">
{props.type || "Info"}:{" "}
{props.type || "Info"}
</span>
}
>
Expand Down

0 comments on commit 4e1d35a

Please sign in to comment.