aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vnext/src/App.js4
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">&copy; 2008-2023, Juick team
{footer && (<><br />Sponsors: <span dangerouslySetInnerHTML={{ __html: footer }}></span></>)}</div>
<div id="footer-right">
- &nbsp;&middot;&nbsp;<Link href="/help/contacts" rel="nofollow">Contacts</Link>
- &nbsp;&middot;&nbsp;<Link href="/help/tos" rel="nofollow">TOS</Link>
+ &nbsp;&middot;&nbsp;<Link to="/help/contacts" rel="nofollow">Contacts</Link>
+ &nbsp;&middot;&nbsp;<Link to="/help/tos" rel="nofollow">TOS</Link>
</div>
</div>
</div>