chore: various fixes

This commit is contained in:
Aarnav Tale 2024-04-01 19:41:39 -04:00
parent d787b8517e
commit 6dae5d647a
No known key found for this signature in database
3 changed files with 14 additions and 12 deletions

View file

@ -71,7 +71,7 @@ export default function Layout() {
</Dropdown.Item>
<Dropdown.Item className='text-red-700 cursor-pointer'>
<Form method='POST' action='/logout'>
<button type='submit'>
<button type='submit' className='w-full'>
Logout
</button>
</Form>