Skip to content

Commit

Permalink
Update sidebar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
App Generator committed Oct 24, 2021
1 parent 01bc810 commit cedcc47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/templates/includes/sidebar.html
Expand Up @@ -38,7 +38,7 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white {% if 'virtual-' in segment %} active bg-gradient-primary {% endif %}"
<a class="nav-link text-white {% if 'virtual' in segment %} active bg-gradient-primary {% endif %}"
href="/virtual-reality.html">
<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">view_in_ar</i>
Expand All @@ -55,7 +55,7 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white {% if 'notifications-' in segment %} active bg-gradient-primary {% endif %}"
<a class="nav-link text-white {% if 'notifications' in segment %} active bg-gradient-primary {% endif %}"
href="/notifications.html">
<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">notifications</i>
Expand All @@ -67,7 +67,7 @@
<h6 class="ps-4 ms-2 text-uppercase text-xs text-white font-weight-bolder opacity-8">Account pages</h6>
</li>
<li class="nav-item">
<a class="nav-link text-white {% if 'profile-' in segment %} active bg-gradient-primary {% endif %}"
<a class="nav-link text-white {% if 'profile' in segment %} active bg-gradient-primary {% endif %}"
href="/profile.html">
<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">person</i>
Expand Down

0 comments on commit cedcc47

Please sign in to comment.