Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Disclaimer page #87

Merged
merged 7 commits into from
Sep 23, 2021
Merged

Add Disclaimer page #87

merged 7 commits into from
Sep 23, 2021

Conversation

409H
Copy link
Contributor

@409H 409H commented Sep 1, 2021

[CH8841]

Note: I added the disclaimer copy from 2020 - will need a review from Jordan

@shortcut-integration
Copy link

This pull request has been linked to Clubhouse Story #8841: [placeholder] Create Disclaimer Page.

@mycrypto-bot
Copy link

Staging build: MyCryptoBuilds

@409H 409H requested a review from GuillaumeRx September 1, 2021 00:40
Copy link
Contributor

@jspence425 jspence425 left a comment

Choose a reason for hiding this comment

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

left comments!


**Be safe & secure:** [We highly recommend that you read our guide on How to Prevent Loss & Theft for some recommendations on how to be proactive about your security.](https://support.mycrypto.com/staying-safe/protecting-yourself-and-your-funds)

**Always backup your keys:** MyCrypto.com & MyCrypto CX are not "web wallets". You do not create an account or give us your funds to hold onto. No data leaves your computer / your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.
Copy link
Contributor

Choose a reason for hiding this comment

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

Always backup your keys: MyCrypto.com & the MyCrypto Desktop Application are not "web wallets". You do not create an account or give us your funds to hold onto. No data leaves your computer / your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.


**Always backup your keys:** MyCrypto.com & MyCrypto CX are not "web wallets". You do not create an account or give us your funds to hold onto. No data leaves your computer / your browser. We make it easy for you to create, save, and access your information and interact with the blockchain.

**We are not responsible for any loss:** Ethereum, MyCrypto.com & MyCrypto CX, and some of the underlying Javascript libraries we use are under active development. While we have thoroughly tested & tens of thousands of wallets have been successfully created by people all over the globe, there is always the possibility something unexpected happens that causes your funds to be lost. Please do not invest more than you are willing to lose, and please be careful.
Copy link
Contributor

Choose a reason for hiding this comment

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

We are not responsible for any loss: Ethereum, MyCrypto.com, the MyCrypto Desktop Application, and some of the underlying Javascript libraries we use are under active development. While we have thoroughly tested our products and tens of thousands of wallets have been successfully created by people all over the globe, there is always the possibility something unexpected happens that causes your funds to be lost. Please do not invest more than you are willing to lose, and please be careful.


If MyCrypto chooses to implement support for a specific network, it should be noted that MyCrypto does not assume the responsibility of managing that network.

A network being added to MyCrypto's default supported networks list does not mean that MyCrypto has a partnership with said network, and is not an endorsement of said network.
Copy link
Contributor

Choose a reason for hiding this comment

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

mean > indicate


**MIT License**
Copyright (c) 2015-2017 MyEtherWallet LLC
Copyright (c) 2019 MyCrypto, Inc.
Copy link
Contributor

Choose a reason for hiding this comment

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

MIT License
Copyright (c) 2015-2017 MyEtherWallet LLC
Copyright (c) 2019-2021 MyCrypto, Inc.

@mycrypto-bot
Copy link

Staging build: MyCryptoBuilds

@mycrypto-bot
Copy link

Staging build: MyCryptoBuilds

@mycrypto-bot
Copy link

Staging build: MyCryptoBuilds

Comment on lines 4 to 39
const Container = styled.div`
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 24px;
width: 300px;
position: relative;
background: #ffffff;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
border-radius: 6px;
`;
const Heading = styled.div`
font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 14px;
color: #b5bfc7;
`;
const Body = styled.div`
position: static;
width: 314px;
height: 68px;
left: 24px;
top: 54px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #424242;
flex: none;
order: 1;
flex-grow: 0;
margin: 16px 0px;
`;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please convert this to Rebass :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mycrypto-bot
Copy link

Staging build: MyCryptoBuilds

>
If you have any questions, comments, or suggestions about our
disclaimer, please contact MyCrypto support at{' '}
<a href="mailto:support@mycrypto.com">support@mycrypto.com</a>
Copy link
Collaborator

Choose a reason for hiding this comment

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

use the Link component please

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mycrypto-bot
Copy link

Staging build: MyCryptoBuilds

@GuillaumeRx GuillaumeRx merged commit cfc2688 into master Sep 23, 2021
@GuillaumeRx GuillaumeRx deleted the enhancement/ch8841 branch September 23, 2021 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants