Skip to content

Commit

Permalink
Merge pull request #1806 from anuragkanojiya1/main
Browse files Browse the repository at this point in the history
Fixed Bug #1779
  • Loading branch information
akshitagupta15june authored Jun 10, 2024
2 parents f49b842 + d236846 commit 7584689
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,20 @@ <h1 class="text-4xl text_2 text-center md:text-left md:ml-12 uppercase font-ser

<li>

<a
href="./volunteer.html"
class="text-custom-heading font-bold underline-offset-4 turn-red-hover navbar-item"
>Support Us</a
>
<div x-data="{ open: false }" @mouseleave="open = false" class="relative">
<a @mouseover="open = true" class="text-custom-heading flex font-bold hover:underline underline-offset-4 turn-red-hover navbar-item w-full">
Support Us
<svg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="mt-1">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</a>
<div x-show="open" class="z-20 absolute -left-1 w-[7.5rem] py-2 bg-gray-100 rounded-md shadow-xl">
<a href="volunteer.html" class="block px-4 py-2 text-base text-gray-300 text-gray-700 hover:bg-gray-400 hover:text-white">Become a Volunteer</a>
</div>
</div>

</li>

<li>
<a
href="./reportstary.html"
Expand Down

0 comments on commit 7584689

Please sign in to comment.