From 8f781ba53296cd3f7a95caf7cb496ea51ba80f31 Mon Sep 17 00:00:00 2001 From: sk1982 Date: Tue, 12 Mar 2024 23:23:31 -0400 Subject: [PATCH] chuni: add recent plays header --- src/app/(with-header)/chuni/dashboard/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/(with-header)/chuni/dashboard/page.tsx b/src/app/(with-header)/chuni/dashboard/page.tsx index a19ff3f..f44ffb8 100644 --- a/src/app/(with-header)/chuni/dashboard/page.tsx +++ b/src/app/(with-header)/chuni/dashboard/page.tsx @@ -25,8 +25,11 @@ export default async function ChuniDashboard() {
- -
Playlog
+
+
Recent Plays
+ +
+
Recent Plays
{playlog.data.map((entry, i) => )}