diff options
Diffstat (limited to 'front/src/root.jsx')
-rw-r--r-- | front/src/root.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/front/src/root.jsx b/front/src/root.jsx index 1abc67b..3e9ea53 100644 --- a/front/src/root.jsx +++ b/front/src/root.jsx @@ -42,6 +42,9 @@ export const Root = () => { </a> </> )} + <Link className="link" to="/man-pages"> + Man Pages + </Link> </div> </div> <div className="content"> |