diff --git a/playground/src/lib/components/Playground.svelte b/playground/src/lib/components/Playground.svelte
index 7c10be6..3a25338 100644
--- a/playground/src/lib/components/Playground.svelte
+++ b/playground/src/lib/components/Playground.svelte
@@ -141,6 +141,24 @@ My favourite baguette recipe
+
+ {#snippet headerActions()}
+
+ {/snippet}
+
+
loadTemplate(e.currentTarget.value)}
- class="rounded border border-gray-300 bg-white px-2 py-1 text-xs text-gray-700 shadow-sm focus:border-indigo-500 focus:ring-1 focus:ring-indigo-500 focus:outline-none"
+ class="rounded border border-gray-300 bg-white px-2 py-1 text-xs text-gray-700 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500"
>
{#each templates as template (template)}
@@ -164,24 +182,6 @@ My favourite baguette recipe
{/snippet}
-
- {#snippet headerActions()}
-
- {/snippet}
-
-