[feat] added license

This commit is contained in:
kwaroran
2023-07-19 22:31:47 +09:00
parent 07f6117a01
commit a208623621
6 changed files with 38 additions and 18 deletions

View File

@@ -107,7 +107,7 @@
}}>{n}</Button>
{/each}
{:else if $alertStore.type === 'error' || $alertStore.type === 'normal' || $alertStore.type === 'markdown'}
<Button bind:this={btn} className="mt-4" on:click={() => {
<Button className="mt-4" on:click={() => {
alertStore.set({
type: 'none',
msg: ''