summaryrefslogtreecommitdiff
path: root/ui/lib/components/Invite.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'ui/lib/components/Invite.svelte')
-rw-r--r--ui/lib/components/Invite.svelte2
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>