feat: add importer entry in settings

This commit is contained in:
thecodrr
2021-07-24 13:13:32 +05:00
parent fa258126aa
commit 81d4e79fb7

View File

@@ -400,7 +400,20 @@ function Settings(props) {
tip="Restore data from a backup file"
/>
</Button>
<Button
key={"importer"}
variant="list"
onClick={() => {
openLink("https://importer.notesnook.com/", "_blank");
}}
>
<Tip
text={"Import from other apps"}
tip={
"Import all your notes from other note taking apps with Notesnook Importer."
}
/>
</Button>
<Toggle
title="Encrypt backups"
onTip="All backup files will be encrypted"