Merge pull request #2483 from omnivore-app/fix/web-advanced-search-link

Open search docs in new tab, use docs.omnivore.app
This commit is contained in:
Jackson Harper
2023-07-14 18:45:02 +08:00
committed by GitHub

View File

@ -28,7 +28,14 @@ export function EmptyLibrary(props: EmptyLibraryProps): JSX.Element {
<StyledText style="footnote" css={{ color: '$grayTextContrast' }}>
You can add a link or read more about Omnivore&apos;s{' '}
<Link href="/help/search">advanced search</Link>.
<a
href="https://docs.omnivore.app/using/search.html"
target="_blank"
rel="noreferrer"
>
advanced search
</a>
.
</StyledText>
<Button