hide donate button

This commit is contained in:
hzrd149 2023-10-27 11:04:56 -05:00
parent 0414039aa1
commit 743dbf0ba8

View File

@ -195,9 +195,9 @@ export default function NavItems() {
>
Settings
</Button>
<Button leftIcon={<LightningIcon boxSize={6} color="yellow.400" />} {...buttonProps}>
{/* <Button leftIcon={<LightningIcon boxSize={6} color="yellow.400" />} {...buttonProps}>
Donate
</Button>
</Button> */}
{account && (
<Button onClick={() => accountService.logout()} leftIcon={<LogoutIcon boxSize={6} />} {...buttonProps}>
Logout