Skip to content

Commit

Permalink
add redirects, change navbar links back
Browse files Browse the repository at this point in the history
  • Loading branch information
katy-arushi committed Feb 26, 2022
1 parent 40350d8 commit ca9f20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/logout /
2 changes: 1 addition & 1 deletion src/components/HomeNavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function HomeNavBar(props) {
Edit Info
</Link>
<NavDropdown.Divider />
<NavDropdown.Item to="/logout">Logout</NavDropdown.Item>
<NavDropdown.Item href="/logout">Logout</NavDropdown.Item>
</NavDropdown>
) : null}
<div className="button-div">
Expand Down

0 comments on commit ca9f20d

Please sign in to comment.