mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use Next Link instead of a for internal links
This commit is contained in:
parent
748a9b523f
commit
1eee42f2f3
1 changed files with 9 additions and 4 deletions
|
|
@ -38,8 +38,10 @@ const HelpMessage = (props: HelpMessageProps) => {
|
|||
return (
|
||||
<>
|
||||
You can subscribe to RSS feeds using the{' '}
|
||||
<a href="/settings/feeds">feeds page</a>. Learn more about feeds at
|
||||
's{' '}
|
||||
<Link href="/settings/feeds" passHref>
|
||||
feeds page
|
||||
</Link>
|
||||
. Learn more about feeds at 's{' '}
|
||||
<a
|
||||
href="https://docs.omnivore.app/using/feeds.html"
|
||||
target="_blank"
|
||||
|
|
@ -54,8 +56,11 @@ const HelpMessage = (props: HelpMessageProps) => {
|
|||
return (
|
||||
<>
|
||||
Create email addresses that can be used to subscribe to newsletters on
|
||||
the <a href="/settings/feeds">emails page</a>. Learn more about
|
||||
reading newsletters in Omnivore at 's{' '}
|
||||
the{' '}
|
||||
<Link href="/settings/emails" passHref>
|
||||
emails page
|
||||
</Link>
|
||||
. Learn more about reading newsletters in Omnivore at 's{' '}
|
||||
<a
|
||||
href="https://docs.omnivore.app/using/inbox.html"
|
||||
target="_blank"
|
||||
|
|
|
|||
Loading…
Reference in a new issue