From 80f0d199dc3624f0022bf6c12e228d30baa47c03 Mon Sep 17 00:00:00 2001 From: FibreTTP Date: Mon, 7 Oct 2024 20:33:32 +1100 Subject: [PATCH] Flip settings submenu chevron --- 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 }" />