diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-12-30 15:42:37 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-12-30 15:42:37 -0500 |
| commit | 1859be064a5f3ea7e6e0188526b1b125dc1c77a7 (patch) | |
| tree | 857c1b2a9c24c3cbf48429d0b1a754f7a0fdaf6f /ui/lib/components/LogOut.svelte | |
| parent | c6fbd21c27277dd76c4dbabf5f1bf24f58142a1a (diff) | |
Strip out Tailwind etc
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 52aa039..8b182e7 100644 --- a/ui/lib/components/LogOut.svelte +++ b/ui/lib/components/LogOut.svelte @@ -14,5 +14,5 @@ </script> <form {onsubmit}> - <button class="btn bg-orange-400" type="submit">log out</button> + <button type="submit">log out</button> </form> |
