Skip to content

Commit 5a7ec5c

Browse files
committed
Update info callout titles (#1207)
1 parent e9d0891 commit 5a7ec5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/routes/solid-router/reference/data-apis/use-submission.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function AddTodoForm() {
3535
}
3636
```
3737

38-
:::info[Note]
38+
:::note
3939
To access the state of all submissions, `useSubmissions`[/solid-router/reference/data-apis/use-submissions] can be used.
4040
:::
4141

src/ui/callout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ export function Callout(props: CalloutProps) {
101101
<Show
102102
when={props.title}
103103
fallback={
104+
<<<<<<< HEAD
104105
<span class="text-xl font-semibold capitalize">
106+
=======
107+
<span class="capitalize font-semibold text-xl">
108+
>>>>>>> 0c3b40b1 (Update info callout titles (#1207))
105109
{props.type || "Note"}
106110
</span>
107111
}

0 commit comments

Comments
 (0)