mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add noreferred
This commit is contained in:
parent
d38c9e9867
commit
f53c3bf795
1 changed files with 5 additions and 1 deletions
|
|
@ -28,7 +28,11 @@ export function EmptyLibrary(props: EmptyLibraryProps): JSX.Element {
|
|||
|
||||
<StyledText style="footnote" css={{ color: '$grayTextContrast' }}>
|
||||
You can add a link or read more about Omnivore's{' '}
|
||||
<a href="https://docs.omnivore.app/using/search.html" target="_blank">
|
||||
<a
|
||||
href="https://docs.omnivore.app/using/search.html"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
advanced search
|
||||
</a>
|
||||
.
|
||||
|
|
|
|||
Loading…
Reference in a new issue