Skip to content

Commit

Permalink
fix home on admin
Browse files Browse the repository at this point in the history
  • Loading branch information
FacuEM committed Feb 27, 2021
1 parent dbbe9ac commit 7d24b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/AdminLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const AdminLayout = (props) => {
<VerticalNav>
<ul>
<li>
<Link to="/admin">Home</Link>
<Link to="/">Home</Link>
</li>
<li>
<span className="signOut" onClick={() => signOut()}>
Expand Down

0 comments on commit 7d24b35

Please sign in to comment.