diff --git a/lib/music_library_web/live/stats_live/index.html.heex b/lib/music_library_web/live/stats_live/index.html.heex
index d413bf08..239585d7 100644
--- a/lib/music_library_web/live/stats_live/index.html.heex
+++ b/lib/music_library_web/live/stats_live/index.html.heex
@@ -18,26 +18,28 @@
-
-
- {gettext("Formats")}
-
- <.counters_by_category
- categories_with_counts={@collection_count_by_format}
- category_format_fn={&format_label/1}
- category_path_fn={fn format -> ~p"/collection?query=format:#{format}" end}
- />
-
+
+
+
+ {gettext("Formats")}
+
+ <.counters_by_category
+ categories_with_counts={@collection_count_by_format}
+ category_format_fn={&format_label/1}
+ category_path_fn={fn format -> ~p"/collection?query=format:#{format}" end}
+ />
+
-
-
- {gettext("Types")}
-
- <.counters_by_category
- categories_with_counts={@collection_count_by_type}
- category_format_fn={&type_label/1}
- category_path_fn={fn type -> ~p"/collection?query=type:#{type}" end}
- />
+
+
+ {gettext("Types")}
+
+ <.counters_by_category
+ categories_with_counts={@collection_count_by_type}
+ category_format_fn={&type_label/1}
+ category_path_fn={fn type -> ~p"/collection?query=type:#{type}" end}
+ />
+