Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed May 30, 2024
1 parent d643fb9 commit d70b397
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
7 changes: 7 additions & 0 deletions front/src/pages/Main/Main.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@
text-decoration: underline;
}
}

.info {
font-size: 20px;
* {
font-size: 20px;
}
}
32 changes: 31 additions & 1 deletion front/src/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,37 @@ const Main = () => {
</Button>
);

centerContent = <>add moon passport</>;
centerContent = (
<Display>
<div className={styles.info}>
Hello hacker!
<br />
<br />
<br />
<br />
<br />
Use your <strong>moon passport</strong> from{" "}
<a
style={{
color: "#36d6ae",
textDecoration: "none",
}}
href="https://cyb.ai"
>
cyb.ai
</a>{" "}
to start posting with{" "}
<span
style={{
color: "#24A1DE",
}}
>
telegram
</span>
!
</div>
</Display>
);
} else if (step === Steps.ENTER_PASSPORT) {
actionBarContent = (
<>
Expand Down

0 comments on commit d70b397

Please sign in to comment.