feat: add MPV to nav
This commit is contained in:
parent
d6e5d0334c
commit
de8688133f
@ -1,21 +1,23 @@
|
|||||||
import { Link } from "react-router";
|
import { Link } from "react-router";
|
||||||
|
|
||||||
export default function Footer() {
|
export default function Footer() {
|
||||||
return <footer>
|
return <footer>
|
||||||
<div className="navbar">
|
<div className="navbar">
|
||||||
<Link to="/" ><span>Form</span></Link>
|
<Link to="/" ><span>Form</span></Link>
|
||||||
<span>|</span>
|
<span>|</span>
|
||||||
<Link to="/network" ><span>Trainer Analysis</span></Link>
|
<Link to="/network" ><span>Trainer Analysis</span></Link>
|
||||||
</div>
|
<span>|</span>
|
||||||
<p className="grey extra-margin">
|
<Link to="/mvp" ><span>MVP</span></Link>
|
||||||
something not working?
|
</div>
|
||||||
<br />
|
<p className="grey extra-margin">
|
||||||
message <a href="https://t.me/x0124816">me</a>.
|
something not working?
|
||||||
<br />
|
<br />
|
||||||
or fix it here:{" "}
|
message <a href="https://t.me/x0124816">me</a>.
|
||||||
<a href="https://git.0124816.xyz/julius/cutt" key="gitea">
|
<br />
|
||||||
<img src="gitea.svg" alt="gitea" height="16" />
|
or fix it here:{" "}
|
||||||
</a>
|
<a href="https://git.0124816.xyz/julius/cutt" key="gitea">
|
||||||
</p>
|
<img src="gitea.svg" alt="gitea" height="16" />
|
||||||
</footer>
|
</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user