From 9328f181185a539932a288a7145a61ccf9c0ea9a Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Tue, 17 Sep 2024 19:04:00 -0700 Subject: [PATCH] feat(staking): more mobile improvements --- .../src/components/Dashboard/index.tsx | 24 +++++++++---------- apps/staking/src/components/Footer/index.tsx | 4 ++-- apps/staking/src/components/Guide/index.tsx | 4 ++-- apps/staking/src/components/Header/index.tsx | 5 +--- .../src/components/ModalDialog/index.tsx | 6 +++-- .../src/components/NoWalletHome/index.tsx | 2 +- .../src/components/ProgramSection/index.tsx | 6 +++-- apps/staking/src/components/Root/index.tsx | 4 +++- 8 files changed, 29 insertions(+), 26 deletions(-) diff --git a/apps/staking/src/components/Dashboard/index.tsx b/apps/staking/src/components/Dashboard/index.tsx index 3d61e1306..3f58ea4fb 100644 --- a/apps/staking/src/components/Dashboard/index.tsx +++ b/apps/staking/src/components/Dashboard/index.tsx @@ -141,13 +141,13 @@ export const Dashboard = ({ -

+

Choose Your Journey

- + ( -
-
- -
- {children} -
-
-
+
{longText} {shortText}
+
+
+ +
+ {children} +
+
); diff --git a/apps/staking/src/components/Footer/index.tsx b/apps/staking/src/components/Footer/index.tsx index 9dc135114..1fa69deaf 100644 --- a/apps/staking/src/components/Footer/index.tsx +++ b/apps/staking/src/components/Footer/index.tsx @@ -38,13 +38,13 @@ export const Footer = ({ }: Omit, "children">) => (