remove typo

This commit is contained in:
Lea 2024-01-17 09:34:44 +01:00
parent 8cab872b7d
commit 3a2ba352f0
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -41,7 +41,7 @@ export default function NavigationPanel() {
<Flex gap='2' direction='row' justify='end'>
<Button variant="soft">Account</Button>
<Button variant="surface" onClick={() => signOut()}>Log out</Button>°
<Button variant="surface" onClick={() => signOut()}>Log out</Button>
</Flex>
</Flex>
</Popover.Content>