We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d0891 commit 5a7ec5cCopy full SHA for 5a7ec5c
src/routes/solid-router/reference/data-apis/use-submission.mdx
@@ -35,7 +35,7 @@ function AddTodoForm() {
35
}
36
```
37
38
-:::info[Note]
+:::note
39
To access the state of all submissions, `useSubmissions`[/solid-router/reference/data-apis/use-submissions] can be used.
40
:::
41
src/ui/callout.tsx
@@ -101,7 +101,11 @@ export function Callout(props: CalloutProps) {
101
<Show
102
when={props.title}
103
fallback={
104
+<<<<<<< HEAD
105
<span class="text-xl font-semibold capitalize">
106
+=======
107
+ <span class="capitalize font-semibold text-xl">
108
+>>>>>>> 0c3b40b1 (Update info callout titles (#1207))
109
{props.type || "Note"}
110
</span>
111
0 commit comments