mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
feat: add about AFFiNE modal when user logined
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ export const SelectorPopperContent = ({
|
|||||||
<ListItem
|
<ListItem
|
||||||
icon={<InformationIcon />}
|
icon={<InformationIcon />}
|
||||||
name="About AFFiNE"
|
name="About AFFiNE"
|
||||||
onClick={() => console.log('About AFFiNE')}
|
onClick={() => triggerContactModal()}
|
||||||
/>
|
/>
|
||||||
<ListItem
|
<ListItem
|
||||||
icon={<LogOutIcon />}
|
icon={<LogOutIcon />}
|
||||||
|
|||||||
Reference in New Issue
Block a user