diff --git a/lib/music_library_web/components/record_components.ex b/lib/music_library_web/components/record_components.ex index 7e756ee8..b358d1e1 100644 --- a/lib/music_library_web/components/record_components.ex +++ b/lib/music_library_web/components/record_components.ex @@ -234,11 +234,25 @@ defmodule MusicLibraryWeb.RecordComponents do >
  • - {record.title} +
    + {record.title} + 0} + class={[ + "absolute right-0 bottom-0 rounded-br-lg rounded-tl-lg px-2", + "text-sm font-medium", + "bg-zinc-50 dark:bg-zinc-500/10", + "text-zinc-700 dark:text-zinc-400", + "border-1 border-zinc-600/20 dark:border-zinc-500/20" + ]} + > + {Records.Record.included_release_groups_count(record)} + +