Skip to content

Commit

Permalink
Merge pull request #93 from skalenetwork/beta
Browse files Browse the repository at this point in the history
ToS page update
  • Loading branch information
dmytrotkk authored Jun 23, 2023
2 parents 4f8c870 + 38821fc commit 67aac78
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
19 changes: 16 additions & 3 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,8 @@ li a {
.mp__p6 {
margin: 0;
font-weight: 500 !important;
font-size: 0.9525rem !important;
line-height: 1.6 !important;
font-size: 0.9rem !important;
line-height: 1.4 !important;
}

.mp__p5 {
Expand Down Expand Up @@ -769,6 +769,7 @@ li a {
.mp__iconTokenMore {
margin-left: 10px !important;
background: #00000081;

p {
color: white !important;
font-weight: bold;
Expand Down Expand Up @@ -995,10 +996,22 @@ li a {


.br__modal {
.MuiContainer-root {
padding: 0px !important;
}

.br__modalScroll {
height: 30vh;
height: 25vh;
overflow-y: scroll !important;
}

p {
font-size: 0.9rem;
}

h2 {
margin-top: 0 !important;
}
}

// ::-webkit-scrollbar {
Expand Down
14 changes: 6 additions & 8 deletions src/components/TermsModal/TermsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,14 @@ export default function TermsModal(props: any) {

<Grid item md={12} sm={12} xs={12}>
<BridgePaper rounded >
<img src={logo} className="logoBig mp__margBott20 mp__margTop10" alt="logo" />
<img src={logo} className="logo mp__margBott20 mp__margTop10" alt="logo" />
<p className='mp__p mp__p6 whiteText'>
We will NEVER ask you for your seed phrase or private keys. <br /><br />
SKALE Network is in beta - <Link target="_blank" rel="noopener noreferrer" href="https://docs.skale.network/learn/mainnet-beta">learn more</Link>. <br />
BE SURE that you are connected to the right bridge and only use official links:

<ul>
<li><Link target="_blank" rel="noopener noreferrer" href="https://bridge.skale.network">https://bridge.skale.network</Link></li>
<li><Link target="_blank" rel="noopener noreferrer" href="https://bridge.skale.space">https://bridge.skale.space</Link></li>
</ul>
🖥️ For Desktop Use Only. <br /><br />
SKALE Network is in beta - <Link target="_blank" rel="noopener noreferrer" href="https://docs.skale.network/introduction/mainnet-beta">learn more</Link>. <br />
BE SURE that you are connected to the right bridge and only use official link - <Link target="_blank" rel="noopener noreferrer" href="https://bridge.skale.space">https://bridge.skale.space</Link>.
<br />
<br />
Before you use SKALE Bridge, you should review our terms of service carefully and confirm below 👇
</p>
</BridgePaper>
Expand Down

1 comment on commit 67aac78

@vercel
Copy link

@vercel vercel bot commented on 67aac78 Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.