remove typo
This commit is contained in:
parent
8cab872b7d
commit
3a2ba352f0
|
|
@ -41,7 +41,7 @@ export default function NavigationPanel() {
|
||||||
|
|
||||||
<Flex gap='2' direction='row' justify='end'>
|
<Flex gap='2' direction='row' justify='end'>
|
||||||
<Button variant="soft">Account</Button>
|
<Button variant="soft">Account</Button>
|
||||||
<Button variant="surface" onClick={() => signOut()}>Log out</Button>°
|
<Button variant="surface" onClick={() => signOut()}>Log out</Button>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Popover.Content>
|
</Popover.Content>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue