Remove regex from playground
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user