From fe99ec155d72bc6ae1fdd1ffdaf01bfcc495e3f2 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 25 Jan 2025 22:01:09 +0000 Subject: [PATCH] Align counters to baseline --- lib/music_library_web/live/artist_live/record_components.ex | 2 +- lib/music_library_web/live/artist_live/show.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/live/artist_live/record_components.ex b/lib/music_library_web/live/artist_live/record_components.ex index bb02c6d7..71b1647c 100644 --- a/lib/music_library_web/live/artist_live/record_components.ex +++ b/lib/music_library_web/live/artist_live/record_components.ex @@ -12,7 +12,7 @@ defmodule MusicLibraryWeb.ArtistLive.RecordComponents do def grid(assigns) do ~H"""
-
+

{@title}

diff --git a/lib/music_library_web/live/artist_live/show.html.heex b/lib/music_library_web/live/artist_live/show.html.heex index 500fbde1..70ae87d2 100644 --- a/lib/music_library_web/live/artist_live/show.html.heex +++ b/lib/music_library_web/live/artist_live/show.html.heex @@ -1,5 +1,5 @@
-
+

{@artist.name}