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/Invites.svelte | |
| parent | 549928a460696b2fc994daf7d1a375d0280b87a8 (diff) | |
Better choices of margins and caps
Diffstat (limited to 'ui/lib/components/Invites.svelte')
| -rw-r--r-- | ui/lib/components/Invites.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |
