From 1eeab2a18e740e651267a43c6b43ac90b754cb96 Mon Sep 17 00:00:00 2001 From: SonalMittal-14 Date: Wed, 27 May 2026 21:23:15 +0530 Subject: [PATCH] fix: wrap dashboard action buttons on mobile --- src/app/dashboard/page.tsx | 34 +++++++++++++++++---------------- src/components/ExportButton.tsx | 6 +++--- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 617bea420..0489e0a3f 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -107,22 +107,24 @@ export default async function DashboardPage() {
-
- - Year in Code - - - Settings - - -
- +
+ + Year in Code + + + Settings + +
+ +
+
+
diff --git a/src/components/ExportButton.tsx b/src/components/ExportButton.tsx index a5917021c..4faf7a53b 100644 --- a/src/components/ExportButton.tsx +++ b/src/components/ExportButton.tsx @@ -656,12 +656,12 @@ export default function ExportButton() { }; return ( -
+