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:
@ -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'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
|
||||
|
||||
Reference in New Issue
Block a user