+
{index + 1}
-
-
{track.name}
-
+
+
{track.name}
+
{track.filename}
@@ -351,7 +351,7 @@ export function DashboardPage() {
- Top Users
+ Users
@@ -362,8 +362,8 @@ export function DashboardPage() {
key={user.id}
className={`flex items-center justify-between p-3 bg-gradient-to-r ${colors.playlists.itemBg} border ${colors.playlists.itemBorder} rounded-lg ${colors.playlists.itemHover} transition-colors`}
>
-
-
+
{index + 1}
-
+
{user.picture && (

)}
-
-
{user.name}
-
+
+
{user.name}
+
{user.email}
diff --git a/src/pages/SoundboardPage.tsx b/src/pages/SoundboardPage.tsx
index 5fc898a..29ac87e 100644
--- a/src/pages/SoundboardPage.tsx
+++ b/src/pages/SoundboardPage.tsx
@@ -269,7 +269,7 @@ export function SoundboardPage() {
-
+
{filteredSounds.map((sound, idx) => (