Skip to content

Commit

Permalink
Merge pull request #21 from cliedeman/patch-1
Browse files Browse the repository at this point in the history
removed duplicate class attribute
  • Loading branch information
tnylea authored Jan 26, 2024
2 parents f71ef5e + 06c3878 commit cb4843c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elements/dropdown-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<span>Adam Wathan</span>
<span class="text-xs font-light text-neutral-400">@adamwathan</span>
</span>
<svg class="absolute right-0 w-5 h-5 mr-3" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9" /></svg>
<svg class="absolute right-0 w-5 h-5 mr-3" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9" /></svg>
</button>

<div x-show="dropdownOpen"
Expand Down Expand Up @@ -96,4 +96,4 @@
</a>
</div>
</div>
</div>
</div>

0 comments on commit cb4843c

Please sign in to comment.