Skip to content

Commit

Permalink
Add 2 missing hrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
saloniamatteo committed Oct 24, 2024
1 parent 34624dc commit fd5801c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Views/static/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function text_to_flag($text) {
<!-- Pages -->
<div class="nav-item has-sub toggle-hover px-0">
<!-- Dropdown -->
<a class="font-bold nav-dropdown-link text-gray-900 py-0 m-0">
<a class="font-bold nav-dropdown-link text-gray-900 py-0 m-0" href="#">
<span class="u u-LR">💻&nbsp;&nbsp;<?= lang("Glob.pages") ?></span>
</a>

Expand Down Expand Up @@ -198,7 +198,7 @@ function text_to_flag($text) {
<!-- Links -->
<div class="nav-item has-sub toggle-hover px-0">
<!-- Dropdown -->
<a class="font-bold nav-dropdown-link text-gray-900 py-0 m-0">
<a class="font-bold nav-dropdown-link text-gray-900 py-0 m-0" href="#">
<span class="u u-LR">🔗&nbsp;&nbsp;<?= lang("Glob.links") ?></span>
</a>

Expand Down

0 comments on commit fd5801c

Please sign in to comment.