diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-05 15:03:45 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-05 15:03:45 -0500 |
| commit | 9101d7bbc839e4cf54b1c12a1b9412e85d9f955a (patch) | |
| tree | 962dc8d3ccfa649ef70c4a06b71c7f2cc1f5e08c /ui/lib/components/LogOut.svelte | |
| parent | 16ec9ef2e1e53b5cc2a3fd86c123e39371d00c2b (diff) | |
A bit more styling
Diffstat (limited to 'ui/lib/components/LogOut.svelte')
| -rw-r--r-- | ui/lib/components/LogOut.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/components/LogOut.svelte b/ui/lib/components/LogOut.svelte index 8b182e7..b699cfd 100644 --- a/ui/lib/components/LogOut.svelte +++ b/ui/lib/components/LogOut.svelte @@ -13,6 +13,6 @@ } </script> -<form {onsubmit}> +<form class="form" {onsubmit}> <button type="submit">log out</button> </form> |
