diff --git a/lib/music_library_web/components/core_components.ex b/lib/music_library_web/components/core_components.ex index 7107ee14..829683a5 100644 --- a/lib/music_library_web/components/core_components.ex +++ b/lib/music_library_web/components/core_components.ex @@ -473,8 +473,8 @@ defmodule MusicLibraryWeb.CoreComponents do end ~H""" -
| <%= col[:label] %> | @@ -506,7 +506,7 @@ defmodule MusicLibraryWeb.CoreComponents do <%= render_slot(action, @row_item.(row)) %> diff --git a/lib/music_library_web/live/record_live/index.html.heex b/lib/music_library_web/live/record_live/index.html.heex index e700a173..8c53511e 100644 --- a/lib/music_library_web/live/record_live/index.html.heex +++ b/lib/music_library_web/live/record_live/index.html.heex @@ -24,13 +24,13 @@ row_click={fn {_id, record} -> JS.navigate(~p"/records/#{record}") end} > <:col :let={{_id, record}} label="Image"> -
|---|