From 46c4dd6d041168a42edddacc507c21b29db612e6 Mon Sep 17 00:00:00 2001 From: Diana Le Date: Fri, 13 Dec 2024 13:50:31 -0600 Subject: [PATCH] fix: remove redundant header classes --- sources/lib/components/station_ui/html/accordion.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/lib/components/station_ui/html/accordion.ex b/sources/lib/components/station_ui/html/accordion.ex index 2cf9ece..4a1549d 100644 --- a/sources/lib/components/station_ui/html/accordion.ex +++ b/sources/lib/components/station_ui/html/accordion.ex @@ -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" /> - <%= render_slot(header) %> + <%= render_slot(header) %>