From a62e3809a45adaa1ba8174a8305e742334f6e5b0 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 15 Dec 2025 10:03:04 +0300 Subject: [PATCH] Change open notes icon to differentiate from edit --- lib/music_library_web/live/collection_live/show.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/live/collection_live/show.html.heex b/lib/music_library_web/live/collection_live/show.html.heex index c3a06efd..f8870672 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -20,7 +20,7 @@ > {gettext("Open Notes")} <.icon - name="hero-pencil-square" + name="hero-pencil" class="h-5 w-5" aria-hidden="true" data-slot="icon"