mirror of
https://github.com/Aurorastation/character-records-generator.git
synced 2026-08-30 07:28:55 +01:00
feat: share menu indicates a successful copy
This commit is contained in:
@@ -40,7 +40,11 @@
|
||||
style="border-color: var(--border);"
|
||||
title="Share & export"
|
||||
>
|
||||
<Share2 size={14} />
|
||||
{#if copied}
|
||||
<Check size={14} />
|
||||
{:else}
|
||||
<Share2 size={14} />
|
||||
{/if}
|
||||
</button>
|
||||
|
||||
{#if open}
|
||||
|
||||
Reference in New Issue
Block a user