Skip to content

Commit

Permalink
basic layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jmort1021 committed Oct 19, 2024
1 parent fba7c86 commit ca06c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/nav/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<td><a href="{{site.baseurl}}/electives/band">Orchestra</a></td>
<td><a href="{{site.baseurl}}/electives/compsci">CompSci</a></td>
<td><a href="{{site.baseurl}}/hangouts/community">Panera</a></td>
<td id="loginArea"><a href="{{site.baseurl}}/login">Login</a></td>
<td id="loginArea"><a href="{{site.baseurl}}/login">Profile</a></td>
</tr>
</table>

Expand All @@ -31,7 +31,7 @@
`;
} else {
// User is not authenticated, then "Login" link is shown
loginArea.innerHTML = '<a href="{{site.baseurl}}/login">Login</a>';
loginArea.innerHTML = '<a href="{{site.baseurl}}/login">Profile</a>';
}
})
.catch(err => { // General error handler
Expand Down

0 comments on commit ca06c4d

Please sign in to comment.