Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitkins committed Nov 4, 2024
1 parent aa5ca08 commit 7407b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/petal_components/dropdown.ex
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ defmodule PetalComponents.Dropdown do
<% end %>
<%= if !@label && @trigger_element == [] do %>
<.icon name="hero-ellipsis-vertical-solid" class="h-5 w-5pc-dropdown__ellipsis" />
<.icon name="hero-ellipsis-vertical-solid" class="h-5 w-5 pc-dropdown__ellipsis" />
<% end %>
</button>
</div>
Expand Down

0 comments on commit 7407b7d

Please sign in to comment.