feat: improve navigation in footer

This commit is contained in:
2025-02-17 23:06:18 +01:00
parent 9647e890f6
commit df94b151a6
3 changed files with 15 additions and 5 deletions

View File

@@ -1,6 +1,13 @@
import { Link } from "react-router";
export default function Footer() {
return <footer>
<p className="grey">
<div className="navbar">
<Link to="/" ><span>Form</span></Link>
<span>|</span>
<Link to="/analysis" ><span>Trainer Analysis</span></Link>
</div>
<p className="grey extra-margin">
something not working?
<br />
message <a href="https://t.me/x0124816">me</a>.