Merge pull request #8348 from 01zulfi/web/fix-link-in-importer

web: fix github link in importer setting
This commit is contained in:
Abdullah Atta
2025-07-14 11:53:39 +05:00
committed by GitHub

View File

@@ -46,7 +46,10 @@ export function ProviderSelector(props: ProviderSelectorProps) {
sx={{ mt: 1, color: "paragraph", whiteSpace: "pre-wrap" }}
>
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.
</a>
</Text>