Skip to content

Commit

Permalink
fix: remove redundant header classes
Browse files Browse the repository at this point in the history
  • Loading branch information
pursuitofleisure committed Dec 13, 2024
1 parent a98ca62 commit 46c4dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/lib/components/station_ui/html/accordion.ex
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ defmodule StationUI.HTML.Accordion do
<.icon name="hero-folder-solid" aria-hidden="true" class="h-8 w-8 md:h-10 md:w-10" />
</span>
<span class="text-xl lg:text-2xl"><%= render_slot(header) %></span>
<span><%= render_slot(header) %></span>
<span
aria-hidden="true"
Expand Down

0 comments on commit 46c4dd6

Please sign in to comment.