diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-06 17:45:37 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-07 19:09:36 -0500 |
| commit | d38344003092e53a84facdef1bff4fdd0ac3a017 (patch) | |
| tree | ec993fd34bc3cc88fbfdf63c9daa46a5a43e8fa7 /ui/lib/components/Invite.svelte | |
| parent | 549928a460696b2fc994daf7d1a375d0280b87a8 (diff) | |
Better choices of margins and caps
Diffstat (limited to 'ui/lib/components/Invite.svelte')
| -rw-r--r-- | ui/lib/components/Invite.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/components/Invite.svelte b/ui/lib/components/Invite.svelte index 381f483..937c911 100644 --- a/ui/lib/components/Invite.svelte +++ b/ui/lib/components/Invite.svelte @@ -5,5 +5,5 @@ let inviteUrl = $derived(new URL(`/invite/${id}`, document.location)); </script> -<button class="btn bg-secondary-500" use:clipboard={inviteUrl}>Copy</button> +<button class="btn bg-secondary-500" use:clipboard={inviteUrl}>copy</button> <span data-clipboard="inviteUrl">{inviteUrl}</span> |
