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 801bf14a..e40e8c5c 100644 --- a/lib/music_library_web/live/artist_live/show.html.heex +++ b/lib/music_library_web/live/artist_live/show.html.heex @@ -104,10 +104,14 @@ - {gettext("Biography")} - {render_bio(@lastfm_artist_info.result.summary)} + + {gettext("Biography")} + + + {render_bio(@lastfm_artist_info.result.summary)} + @@ -130,10 +134,12 @@ - {gettext("Similar artists")} - + + {gettext("Similar artists")} + + <.link class="text-zinc-700 hover:text-zinc-500 dark:text-zinc-400 dark:hover:text-zinc-300"