diff --git a/frontend/app/my-bands/page.tsx b/frontend/app/my-bands/page.tsx index 655c710..aefaf9e 100644 --- a/frontend/app/my-bands/page.tsx +++ b/frontend/app/my-bands/page.tsx @@ -272,16 +272,18 @@ function BandGrid({ return ( -
-
- {band.emoji || "🎵"} - {band.name} +
+
+
+ {band.name.substring(0, 2).toUpperCase()} +
+ {band.name}
{isUpdating && ( @@ -294,7 +296,7 @@ function BandGrid({