Tweaked some display

This commit is contained in:
2021-07-29 00:37:23 +10:00
parent 462116d980
commit eb370663d2
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -9,6 +9,8 @@ const Visitor = () => {
<Link to='/signup'>Sign Up</Link>
<span> - </span>
<Link to='/login'>Log In</Link>
<span> - </span>
<Link to='/recover'>Recover</Link>
</div>
);
};