Remove regex from playground
This commit is contained in:
@@ -38,11 +38,6 @@
|
|||||||
}}>
|
}}>
|
||||||
<h1 class="text-2xl font-bold text-start">Jinja</h1>
|
<h1 class="text-2xl font-bold text-start">Jinja</h1>
|
||||||
</button>
|
</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>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
{#if $SizeStore.w < 1024}
|
{#if $SizeStore.w < 1024}
|
||||||
@@ -70,9 +65,6 @@
|
|||||||
{#if $PlaygroundStore === 6}
|
{#if $PlaygroundStore === 6}
|
||||||
<PlaygroundJinja/>
|
<PlaygroundJinja/>
|
||||||
{/if}
|
{/if}
|
||||||
{#if $PlaygroundStore === 7}
|
|
||||||
<PlaygroundRegex/>
|
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user