Skip to content

Commit 01cf79a

Browse files
committed
small format tweak
1 parent ab37f39 commit 01cf79a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/src/templates/docs-layout.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
{#if githubUrl}
2929
<Spacer />
3030
<div class="flex justify-end">
31-
<Button variant="secondary" prefix="{Github}" href="{githubUrl}"
32-
>Edit page on GitHub</Button
33-
>
31+
<Button variant="secondary" prefix="{Github}" href="{githubUrl}">
32+
Edit page on GitHub
33+
</Button>
3434
</div>
3535
{/if}
3636
</div>

0 commit comments

Comments
 (0)