Skip to content

Commit

Permalink
feat: disable login/register since it's confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Apr 8, 2022
1 parent 13f7fd1 commit 61530fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ <h1 class="logo d-md-inline-block d-none bold text-white align-middle mb-0">
</a>
</li>

<!--
<li class="st-nav-section st-nav-secondary nav-item">
<a class="btn btn-outline me-3 px-3 disabled" href="login.html" target="_blank">
<i class="fas fa-sign-in-alt d-none d-md-inline me-md-0 me-lg-2"></i>
Expand All @@ -48,6 +49,7 @@ <h1 class="logo d-md-inline-block d-none bold text-white align-middle mb-0">
</span>
</a>
</li>
-->

<!-- Mobile Navigation -->
<li class="st-nav-section st-nav-mobile nav-item">
Expand Down Expand Up @@ -91,12 +93,14 @@ <h4 class="text-uppercase regular">
</a>
</div>

<!--
<div class="st-dropdown-content-group bg-light b-t disabled">
<a href="#" class="disabled text-primary">
Sign in
<i class="fas fa-arrow-right"></i>
</a>
</div>
-->
</div>
</div>
</li>
Expand Down

0 comments on commit 61530fc

Please sign in to comment.