diff --git a/lib/ammoprices_web/live/home_live.ex b/lib/ammoprices_web/live/home_live.ex index 4b5a57b..d04a6bf 100644 --- a/lib/ammoprices_web/live/home_live.ex +++ b/lib/ammoprices_web/live/home_live.ex @@ -8,10 +8,10 @@ defmodule AmmopricesWeb.HomeLive do alias Ammoprices.Prices @categories [ - %{id: "handgun", label: "Handgun", icon: "hero-bolt"}, - %{id: "rifle", label: "Rifle", icon: "hero-signal"}, - %{id: "rimfire", label: "Rimfire", icon: "hero-fire"}, - %{id: "shotgun", label: "Shotgun", icon: "hero-shield-check"} + %{id: "handgun", label: "Handgun"}, + %{id: "rifle", label: "Rifle"}, + %{id: "rimfire", label: "Rimfire"}, + %{id: "shotgun", label: "Shotgun"} ] @impl true @@ -54,12 +54,9 @@ defmodule AmmopricesWeb.HomeLive do <%!-- Category grid --%>
-
- <.icon name={cat.icon} class="w-5 h-5 text-primary" /> -

- {cat.label} -

-
+

+ {cat.label} +

<.link