Skip to content

Commit

Permalink
chore(ui): small formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Jan 8, 2024
1 parent 61671ab commit 998c660
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/components/Logout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export default function Logout() {
return (
<Button
style={{ backgroundColor: 'white', border: '1px solid rgba(0,0,0,0.15)' }}
onClick={() => router.push('/api/auth/signout')
}
onClick={() => router.push('/api/auth/signout')}
>
Log out
</Button>
Expand Down

0 comments on commit 998c660

Please sign in to comment.