diff options
-rw-r--r-- | vnext/src/App.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js index cb2008fa..125b6fda 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -175,8 +175,8 @@ export default function App({ footer }) { <div id="footer-left">© 2008-2023, Juick team {footer && (<><br />Sponsors: <span dangerouslySetInnerHTML={{ __html: footer }}></span></>)}</div> <div id="footer-right"> - · <Link href="/help/contacts" rel="nofollow">Contacts</Link> - · <Link href="/help/tos" rel="nofollow">TOS</Link> + · <Link to="/help/contacts" rel="nofollow">Contacts</Link> + · <Link to="/help/tos" rel="nofollow">TOS</Link> </div> </div> </div> |