Add noreferred
This commit is contained in:
@ -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>
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user