feat(electron): enable disable cloud alert (#2184)

This commit is contained in:
Himself65
2023-04-28 01:26:14 -05:00
committed by GitHub
parent 70fbbb39c1
commit 73d5b2081a
5 changed files with 58 additions and 7 deletions
@@ -21,7 +21,11 @@ export const TmpDisableAffineCloudModal: React.FC<
TmpDisableAffineCloudModalProps
> = ({ open, onClose }) => {
return (
<Modal open={open} onClose={onClose}>
<Modal
data-testid="disable-affine-cloud-modal"
open={open}
onClose={onClose}
>
<ModalWrapper width={480}>
<Header>
<IconButton
@@ -41,6 +45,9 @@ export const TmpDisableAffineCloudModal: React.FC<
<a
href="https://github.com/toeverything/AFFiNE/releases"
target="_blank"
style={{
color: 'var(--affine-link-color)',
}}
>
click here
</a>