mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
HTML escaping
This commit is contained in:
parent
46cb7abc04
commit
88f936164b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export function EmptyLibrary(props: EmptyLibraryProps): JSX.Element {
|
|||
</StyledText>
|
||||
|
||||
<StyledText style="footnote" css={{ color: '$grayTextContrast' }}>
|
||||
You can add a link or read more about Omnivore's <Link href="/help/search">advanced search</Link>.
|
||||
You can add a link or read more about Omnivore's <Link href="/help/search">advanced search</Link>.
|
||||
</StyledText>
|
||||
|
||||
<Button style="ctaDarkYellow" onClick={() => { props.onAddLinkClicked() }}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue