Skip to content

Commit

Permalink
Update nav.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemill committed Nov 20, 2023
1 parent 3765058 commit 14eba0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
<a class=" cursor-pointer">Help</a>
<div class="nav-dropdown absolute left-0 hidden group-hover:block z-50 pt-3 min-w-[200px]">
<div class="bg-blue rounded-b-lg rounded-tr-lg text-sm drop-shadow ">
<a href="https://github.com/Heroes-Profile/heroesprofile/issues" target="_blank" class="block px-4 py-2 border-b border-darken hover:bg-lighten">Submit an Issue</a>
<a href="https://github.com/Heroes-Profile/heroesprofile/issues/new?assignees=&labels=&projects=&template=bug_report.md" target="_blank" class="block px-4 py-2 border-b border-darken hover:bg-lighten">Submit an Issue</a>
<a href="https://github.com/Heroes-Profile/heroesprofile/issues/new?assignees=&labels=&projects=&template=feature_request.md" target="_blank" class="block px-4 py-2 border-b border-darken hover:bg-lighten">Submit a Request</a>
<a href="/Contact" class="block px-4 py-2 border-b border-darken hover:bg-lighten">Contact Us</a>
</div>

Expand Down

0 comments on commit 14eba0f

Please sign in to comment.