From b92abb127d8de8b01cc78cc3a540ebf1a396b712 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 13 Sep 2024 19:08:21 +0100 Subject: [PATCH] Add link to old homepage --- src/components/Dashboard/DashboardPage.tsx | 2 +- src/components/Dashboard/PersonalDashboard.tsx | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/Dashboard/DashboardPage.tsx b/src/components/Dashboard/DashboardPage.tsx index 639acfb93..9bf8e37cf 100644 --- a/src/components/Dashboard/DashboardPage.tsx +++ b/src/components/Dashboard/DashboardPage.tsx @@ -54,7 +54,7 @@ export function DashboardPage(props: DashboardPageProps) { return (
-
+
) : ( -

- Hi {name}, good {getCurrentPeriod()}! -

+
+

+ Hi {name}, good {getCurrentPeriod()}! +

+ + Looking for old homepage? Click here + +
)}