Skip to content

Commit

Permalink
Don't require user for link to rules in header
Browse files Browse the repository at this point in the history
Should address Marenthyu#100

Just did the same thing that the Sets link does.
  • Loading branch information
spenceshady authored Mar 16, 2021
1 parent 42f5f85 commit 9c31f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</li>
<% } %>
<li class="nav-item <% if(currentPage === 'rules') { %>active<% } %>">
<a class="nav-link user-required" href="/rules?user=<%= user %>">Rules</a>
<a class="nav-link" href="/rules?user=<%= user %>">Rules</a>
</li>
<li class="nav-item">
<a class="nav-link disabled">Super Secret Admin-Panel</a>
Expand Down

0 comments on commit 9c31f74

Please sign in to comment.