From c1c83e414f84d4cbec5fe1467a5c065969b07324 Mon Sep 17 00:00:00 2001 From: abhishek-01k Date: Mon, 29 Jul 2024 14:14:46 +0530 Subject: [PATCH] Testing PR for lzay loading --- .../dashboard/components/DashboardHeader.tsx | 37 +++---------------- 1 file changed, 6 insertions(+), 31 deletions(-) diff --git a/src/modules/dashboard/components/DashboardHeader.tsx b/src/modules/dashboard/components/DashboardHeader.tsx index aea0a34808..b99250c674 100644 --- a/src/modules/dashboard/components/DashboardHeader.tsx +++ b/src/modules/dashboard/components/DashboardHeader.tsx @@ -17,43 +17,18 @@ const DashboardHeader: FC = ({ setSubHeaderVisibility, sho justifyContent="space-between" margin={showSubHeader ? 'spacing-none' : 'spacing-none spacing-none spacing-sm spacing-none'} > - + 👋 - - GM! Welcome to Push. + + GM! Welcome to Push Protocol. - setSubHeaderVisibility(!showSubHeader)} - > + setSubHeaderVisibility(!showSubHeader)}> {showSubHeader ? ( - - } - > + }> ) : ( - - } - > + }> )}