From f661747a0cc84e836153027e523eba60bf4d3183 Mon Sep 17 00:00:00 2001 From: FibreTTP Date: Fri, 11 Oct 2024 08:19:03 +1100 Subject: [PATCH] Flip settings submenu chevron (#405) --- lib/pinchflat_web/components/layouts.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pinchflat_web/components/layouts.ex b/lib/pinchflat_web/components/layouts.ex index 03da41e..fd4e4f4 100644 --- a/lib/pinchflat_web/components/layouts.ex +++ b/lib/pinchflat_web/components/layouts.ex @@ -64,7 +64,7 @@ defmodule PinchflatWeb.Layouts do <.icon name={@icon} /> <%= @text %> - <.icon name="hero-chevron-up" x-bind:class="{ 'rotate-180': selected }" /> + <.icon name="hero-chevron-down" x-bind:class="{ 'rotate-180': selected }" />