summaryrefslogtreecommitdiff
path: root/front/src/root.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/root.jsx')
-rw-r--r--front/src/root.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/front/src/root.jsx b/front/src/root.jsx
index 3e9ea53..2b1e603 100644
--- a/front/src/root.jsx
+++ b/front/src/root.jsx
@@ -17,6 +17,9 @@ export const Root = () => {
</Link>
</div>
<div className="nav">
+ <Link className="link" to="/man-pages">
+ Man Pages
+ </Link>
{signedIn ? (
<>
<Link className="link" to="/home">
@@ -42,9 +45,6 @@ export const Root = () => {
</a>
</>
)}
- <Link className="link" to="/man-pages">
- Man Pages
- </Link>
</div>
</div>
<div className="content">