mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 14:03:24 +03:00
fix(core): local onboarding should dismiss after clicking learn more (#6942)
This commit is contained in:
parent
6cef03c4c3
commit
46140039d9
@ -39,7 +39,11 @@ const FooterActions = ({ onDismiss }: { onDismiss: () => void }) => {
|
||||
return (
|
||||
<div className={styles.footerActions}>
|
||||
<a href="https://ai.affine.pro" target="_blank" rel="noreferrer">
|
||||
<Button className={styles.actionButton} type="plain">
|
||||
<Button
|
||||
className={styles.actionButton}
|
||||
type="plain"
|
||||
onClick={onDismiss}
|
||||
>
|
||||
{t['com.affine.ai-onboarding.local.action-learn-more']()}
|
||||
</Button>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user