aboutsummaryrefslogtreecommitdiff
path: root/front/src/root.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/root.jsx')
-rw-r--r--front/src/root.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/front/src/root.jsx b/front/src/root.jsx
index 61f8615..8de2575 100644
--- a/front/src/root.jsx
+++ b/front/src/root.jsx
@@ -19,6 +19,9 @@ export const Root = () => {
<div className="nav">
{signedIn ? (
<>
+ <Link className="link" to="/home">
+ Home
+ </Link>
<Link className="link" to="/password">
Password
</Link>