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.svelte5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/lib/components/Invite.svelte b/ui/lib/components/Invite.svelte
index 7fdc753..ea8dd1d 100644
--- a/ui/lib/components/Invite.svelte
+++ b/ui/lib/components/Invite.svelte
@@ -7,7 +7,6 @@
<button
class="border-slate-500 border-solid border-2 font-bold p-1 rounded"
- use:clipboard={inviteUrl}>Copy</button>
+ use:clipboard={inviteUrl}>Copy</button
+>
<span data-clipboard="inviteUrl">{inviteUrl}</span>
-
-