Skip to content

Commit

Permalink
quick fix (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan authored Oct 25, 2024
1 parent 676f177 commit 6747e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</a>
<ul class="dropdown-menu me-5" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="/profile/" style="color:rgb(18, 37, 106) ; font-weight: bold; ">Profile</a></li>
<li><a class="dropdown-item" href="/qrscan/" style="color:rgb(18, 37, 106) ; font-weight: bold; ">Mess Card</a></li>
<!-- <li><a class="dropdown-item" href="/qrscan/" style="color:rgb(18, 37, 106) ; font-weight: bold; ">Mess Card</a></li> -->
<li><a class="dropdown-item" href="/accounts/logout/" style="color:rgb(18, 37, 106) ; font-weight: bold; ">Logout</a></li>
</ul>
</li>
Expand Down

0 comments on commit 6747e09

Please sign in to comment.