Skip to content

Commit

Permalink
Basic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Durčák committed Nov 17, 2024
1 parent 21ef1b7 commit 8824a1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div>
<button type="button" data-action="dropdown#toggle click@window->dropdown#hide" class="inline-flex w-full justify-center items-center gap-x-1.5 rounded-md bg-white px-2 py-1 sm:px-3 sm:py-2 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50" id="menu-button" aria-expanded="true" aria-haspopup="true">
Hromadné akcie
<%= render Icons::IconComponent.new('chevron-down', classes: "w-4 h-4 text-gray-400", stroke_width: 2) %>
<%= render Common::IconComponent.new('chevron-down', classes: "w-4 h-4 text-gray-400", stroke_width: 2) %>
</button>
</div>

Expand Down

0 comments on commit 8824a1f

Please sign in to comment.