Skip to content

Commit

Permalink
Merge pull request #630 from NoroffFEU/#626-Hidie-the-profile-button-…
Browse files Browse the repository at this point in the history
…when-you-are-not-logged-in

Removed profile button when not logged in
  • Loading branch information
Olekrr authored Jan 10, 2024
2 parents 74043b1 + 46d0fee commit bb2a854
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/ui/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ export const checkState = () => {
<li class="nav-item">
<a class="nav-link text-white fw-semibold" aria-current="page" href="/index.html" id="navItems">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white fw-semibold" href="/pages/user/index.html" id="navItems">Profile</a>
</li>
<li class="nav-item">
<a class="nav-link text-white fw-semibold" href="/pages/listings/index.html" id="navItems">Listings</a>
</li>
Expand Down

0 comments on commit bb2a854

Please sign in to comment.