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 436a8fd7..d95046eb 100644
--- a/lib/music_library_web/live/record_live/index.html.heex
+++ b/lib/music_library_web/live/record_live/index.html.heex
@@ -23,7 +23,7 @@
rows={@streams.records}
row_click={fn {_id, record} -> JS.navigate(~p"/records/#{record}") end}
>
- <:col :let={{_id, record}} label="Cover">
+ <:col :let={{_id, record}}>
- <:col :let={{_id, record}} label="Record">
+ <:col :let={{_id, record}}>
<%= Enum.map(record.artists, fn a -> a.name end) %>
<%= record.title %>
<%= record.release %>