diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-11 23:37:47 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-11 23:37:47 -0700 |
commit | 7568b614447eb0d6f93a578837d1d5ea79e71936 (patch) | |
tree | 3849fb0f773f4fec0c77f32025048f3bd55a6a6e /front/src/root.jsx | |
parent | e5ac660413fd8e2879706cfb06c476aae9164b31 (diff) | |
download | chessh-7568b614447eb0d6f93a578837d1d5ea79e71936.tar.gz chessh-7568b614447eb0d6f93a578837d1d5ea79e71936.zip |
Format buildscripts (pretty unsubstantial but needed to happen :3)
Diffstat (limited to 'front/src/root.jsx')
-rw-r--r-- | front/src/root.jsx | 6 |
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"> |