mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Open search docs in new tab, use docs.omnivore.app
This commit is contained in:
parent
b56a71add6
commit
d38c9e9867
1 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,10 @@ 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">
|
||||
advanced search
|
||||
</a>
|
||||
.
|
||||
</StyledText>
|
||||
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue