Update +layout.svelte

This commit is contained in:
Luke Hagar
2024-01-19 11:50:42 -06:00
parent a2efe8289c
commit 75f8b6fe72

View File

@@ -33,7 +33,8 @@
</RadioItem> </RadioItem>
</RadioGroup> </RadioGroup>
</div> </div>
<div class="flex flex-col justify-center gap-2">
<div class="flex flex-row justify-center gap-6">
<label class="flex items-center space-x-2 text-sm"> <label class="flex items-center space-x-2 text-sm">
<input <input
bind:checked={$config.includeExamples} bind:checked={$config.includeExamples}
@@ -65,6 +66,7 @@
</div> </div>
<svelte:fragment slot="trail"> <svelte:fragment slot="trail">
<div class="flex flex-row flex-wrap justify-between gap-4">
<a <a
class="btn btn-sm variant-ghost-surface" class="btn btn-sm variant-ghost-surface"
href="https://swagger.io/docs/specification/data-models/data-types/" href="https://swagger.io/docs/specification/data-models/data-types/"
@@ -81,6 +83,7 @@
> >
Fork this project Fork this project
</a> </a>
</div>
</svelte:fragment> </svelte:fragment>
</AppBar> </AppBar>
</svelte:fragment> </svelte:fragment>