Skip to content

Commit

Permalink
removed about from the header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanrob327 committed Nov 2, 2023
1 parent f41e583 commit 38d0559
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/header/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function updateHeader(email) {
headerRight.innerHTML = `
<a href="/">Home</a>
<a href="/stats/">Statistics</a>
<a href="/About">About</a>
<span>${email}</span>
<a href="javascript:signOut()">Sign Out</a>
`;
Expand All @@ -38,7 +37,6 @@ function updateHeaderSignUp() {
<a href="/">Home</a>
<a href="/stats/">Statistics</a>
<a href="/search">Search</a>
<a href="/About">About</a>
<a href="/sign_in">Sign Up</a>
`;
}
Expand Down

0 comments on commit 38d0559

Please sign in to comment.