7 lines
70 B
Svelte
7 lines
70 B
Svelte
<script>
|
|
export let mastered;
|
|
</script>
|
|
{#if mastered}
|
|
👑
|
|
{/if}
|