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 | |
| parent | 549928a460696b2fc994daf7d1a375d0280b87a8 (diff) | |
Better choices of margins and caps
Diffstat (limited to 'ui/lib')
| -rw-r--r-- | ui/lib/components/Invite.svelte | 2 | ||||
| -rw-r--r-- | ui/lib/components/Invites.svelte | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/ui/lib/components/Invites.svelte b/ui/lib/components/Invites.svelte index 314782a..493bf1c 100644 --- a/ui/lib/components/Invites.svelte +++ b/ui/lib/components/Invites.svelte @@ -14,7 +14,7 @@ </script> <form {onsubmit}> - <button class="btn bg-primary-500" type="submit"> Create Invitation </button> + <button class="btn bg-primary-500" type="submit">create invitation</button> </form> <ul class="mt-4"> |
