a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix button nesting issue

+4 -1
+4 -1
app/home/AccountSettings.tsx
··· 9 9 // it was going have a popover with a log out button 10 10 export const AccountSettings = () => { 11 11 return ( 12 - <Menu trigger={<ActionButton icon=<AccountSmall /> label="Settings" />}> 12 + <Menu 13 + asChild 14 + trigger={<ActionButton icon=<AccountSmall /> label="Settings" />} 15 + > 13 16 <MenuItem 14 17 onSelect={async () => { 15 18 await logout();