Simplify record sets page structure (no title, better margins)

This commit is contained in:
Claudio Ortolina
2026-02-07 13:47:42 +00:00
parent 4524dc757c
commit 29dc57abdb
4 changed files with 10 additions and 21 deletions
@@ -12,7 +12,6 @@ defmodule MusicLibraryWeb.RecordSetLive.IndexTest do
conn
|> visit(~p"/record-sets")
|> assert_has("h1", text: "Record Sets")
|> assert_has("h2", text: "My Favorites")
end