Remove regex from playground

This commit is contained in:
kwaroran
2024-04-24 22:06:58 +09:00
parent 58513ed54a
commit c5d6dbfd8b

View File

@@ -38,11 +38,6 @@
}}>
<h1 class="text-2xl font-bold text-start">Jinja</h1>
</button>
<button class="bg-darkbg rounded-md p-6 flex flex-col transition-shadow hover:ring-1" on:click={() => {
PlaygroundStore.set(7)
}}>
<h1 class="text-2xl font-bold text-start">Regex</h1>
</button>
</div>
{:else}
{#if $SizeStore.w < 1024}
@@ -70,9 +65,6 @@
{#if $PlaygroundStore === 6}
<PlaygroundJinja/>
{/if}
{#if $PlaygroundStore === 7}
<PlaygroundRegex/>
{/if}
</div>
{/if}
</div>