mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-18 20:49:36 +01:00
Merge pull request #8348 from 01zulfi/web/fix-link-in-importer
web: fix github link in importer setting
This commit is contained in:
@@ -46,7 +46,10 @@ export function ProviderSelector(props: ProviderSelectorProps) {
|
|||||||
sx={{ mt: 1, color: "paragraph", whiteSpace: "pre-wrap" }}
|
sx={{ mt: 1, color: "paragraph", whiteSpace: "pre-wrap" }}
|
||||||
>
|
>
|
||||||
Can't find your notes app in the list?{" "}
|
Can't find your notes app in the list?{" "}
|
||||||
<a href="https://github.com/streetwriters/notesnook-importer/issues/new">
|
<a
|
||||||
|
href="https://github.com/streetwriters/notesnook-importer/issues/new"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
Send us a request.
|
Send us a request.
|
||||||
</a>
|
</a>
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user