summaryrefslogtreecommitdiff
path: root/ui/lib/components/Invite.svelte
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-05 14:44:31 -0500
committerKit La Touche <kit@transneptune.net>2025-01-05 14:44:31 -0500
commit16ec9ef2e1e53b5cc2a3fd86c123e39371d00c2b (patch)
treec7d702bc34b643d3db2d127378e843086e52d0d4 /ui/lib/components/Invite.svelte
parent377e6255a6534e5371512fa051ea16b42e761aac (diff)
Stylize more better
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 9e6e469..29631f4 100644
--- a/ui/lib/components/Invite.svelte
+++ b/ui/lib/components/Invite.svelte
@@ -10,4 +10,4 @@
</script>
<button use:copy={{ text: inviteUrl }}>copy</button>
-<span>{inviteUrl}</span>
+<span class="invite-url-literal">{inviteUrl}</span>