From 70d113388af08b314a014505a5dcb51ce3044a90 Mon Sep 17 00:00:00 2001 From: pociej Date: Fri, 9 Feb 2024 16:38:11 +0100 Subject: [PATCH] chore: bring back onboarding --- frontend/src/app/app.tsx | 4 +- .../components/pages/landing/LandingPage.tsx | 46 +++++-------------- 2 files changed, 13 insertions(+), 37 deletions(-) diff --git a/frontend/src/app/app.tsx b/frontend/src/app/app.tsx index e00b630..608ced6 100644 --- a/frontend/src/app/app.tsx +++ b/frontend/src/app/app.tsx @@ -36,7 +36,7 @@ const Onboarding = () => { } /> - {/* @@ -60,7 +60,7 @@ const Onboarding = () => { } > - } /> */} + } /> ) diff --git a/frontend/src/components/pages/landing/LandingPage.tsx b/frontend/src/components/pages/landing/LandingPage.tsx index 7fce224..257d358 100644 --- a/frontend/src/components/pages/landing/LandingPage.tsx +++ b/frontend/src/components/pages/landing/LandingPage.tsx @@ -104,42 +104,18 @@ export const LandingPage = () => { } return ( - // // {/* */} - // // - // } + header={ + + } > - {/* */} -
-
- -
-
- This site is temporarily unavailable. We apologize for any - inconvenience and appreciate your patience. -

- It will be back up soon! In the meantime, you can find the previous - website with information about GLM token here: -

- - https://migration-tracker.golem.network - -
-
+
) }