Skip to content

Commit

Permalink
Removed settings menu in navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerai committed Sep 8, 2023
1 parent 92862b9 commit e72a91e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/Adapter/Http/Web/Templates/partials/_navbar-tbs-5.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
<li class="nav-item"><a href="/interface/modules/custom_modules/oe-module-npi-registry/public/about" class="nav-link">About</a></li>
</ul>

<div class="dropdown text-end">
<a href="#" class="d-block link-body-emphasis text-decoration-none" data-bs-toggle="dropdown" aria-expanded="false">
{# <i class="bi bi-exclamation-triangle text-success" ></i> #}
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="currentColor" class="bi bi-wrench-adjustable-circle-fill text-info" viewBox="0 0 32 32">
<path d="M6.705 8.139a.25.25 0 0 0-.288-.376l-1.5.5.159.474.808-.27-.595.894a.25.25 0 0 0 .287.376l.808-.27-.595.894a.25.25 0 0 0 .287.376l1.5-.5-.159-.474-.808.27.596-.894a.25.25 0 0 0-.288-.376l-.808.27.596-.894Z"></path>
<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm-6.202-4.751 1.988-1.657a4.5 4.5 0 0 1 7.537-4.623L7.497 6.5l1 2.5 1.333 3.11c-.56.251-1.18.39-1.833.39a4.49 4.49 0 0 1-1.592-.29L4.747 14.2a7.031 7.031 0 0 1-2.949-2.951ZM12.496 8a4.491 4.491 0 0 1-1.703 3.526L9.497 8.5l2.959-1.11c.027.2.04.403.04.61Z"></path>
</svg>
{# <div class="dropdown text-end">#}
{# <a href="#" class="d-block link-body-emphasis text-decoration-none" data-bs-toggle="dropdown" aria-expanded="false">#}
{# #}{# <i class="bi bi-exclamation-triangle text-success" ></i> #}
{# <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="currentColor" class="bi bi-wrench-adjustable-circle-fill text-info" viewBox="0 0 32 32">#}
{# <path d="M6.705 8.139a.25.25 0 0 0-.288-.376l-1.5.5.159.474.808-.27-.595.894a.25.25 0 0 0 .287.376l.808-.27-.595.894a.25.25 0 0 0 .287.376l1.5-.5-.159-.474-.808.27.596-.894a.25.25 0 0 0-.288-.376l-.808.27.596-.894Z"></path>#}
{# <path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm-6.202-4.751 1.988-1.657a4.5 4.5 0 0 1 7.537-4.623L7.497 6.5l1 2.5 1.333 3.11c-.56.251-1.18.39-1.833.39a4.49 4.49 0 0 1-1.592-.29L4.747 14.2a7.031 7.031 0 0 1-2.949-2.951ZM12.496 8a4.491 4.491 0 0 1-1.703 3.526L9.497 8.5l2.959-1.11c.027.2.04.403.04.61Z"></path>#}
{# </svg>#}

</a>
{# </a>#}

<ul class="dropdown-menu text-small">
<li><a class="dropdown-item" href="#">Profile</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Settings</a></li>
</ul>
</div>
{# <ul class="dropdown-menu text-small">#}
{# <li><a class="dropdown-item" href="#">Profile</a></li>#}
{# <li><hr class="dropdown-divider"></li>#}
{# <li><a class="dropdown-item" href="#">Settings</a></li>#}
{# </ul>#}
{# </div>#}
</header>

0 comments on commit e72a91e

Please sign in to comment.