diff --git a/front/src/pages/Main/Main.module.scss b/front/src/pages/Main/Main.module.scss index de5c7d34..de4c009a 100644 --- a/front/src/pages/Main/Main.module.scss +++ b/front/src/pages/Main/Main.module.scss @@ -22,3 +22,10 @@ text-decoration: underline; } } + +.info { + font-size: 20px; + * { + font-size: 20px; + } +} diff --git a/front/src/pages/Main/Main.tsx b/front/src/pages/Main/Main.tsx index a976dc11..e426f8ac 100644 --- a/front/src/pages/Main/Main.tsx +++ b/front/src/pages/Main/Main.tsx @@ -180,7 +180,37 @@ const Main = () => { ); - centerContent = <>add moon passport; + centerContent = ( + +
+ Hello hacker! +
+
+
+
+
+ Use your moon passport from{" "} + + cyb.ai + {" "} + to start posting with{" "} + + telegram + + ! +
+
+ ); } else if (step === Steps.ENTER_PASSPORT) { actionBarContent = ( <>