feat: add about AFFiNE modal when user logined

This commit is contained in:
tzhangchi
2022-12-23 19:45:03 +08:00
parent 235ea04078
commit ffa3880405
@@ -146,7 +146,7 @@ export const SelectorPopperContent = ({
<ListItem
icon={<InformationIcon />}
name="About AFFiNE"
onClick={() => console.log('About AFFiNE')}
onClick={() => triggerContactModal()}
/>
<ListItem
icon={<LogOutIcon />}