-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
This pull request has been linked to Clubhouse Story #8841: [placeholder] Create Disclaimer Page. |
Staging build: MyCryptoBuilds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left comments!
src/assets/content/disclaimer.md
Outdated
|
||
**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. |
There was a problem hiding this comment.
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.
src/assets/content/disclaimer.md
Outdated
|
||
**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. |
There was a problem hiding this comment.
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.
src/assets/content/disclaimer.md
Outdated
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mean > indicate
src/assets/content/disclaimer.md
Outdated
|
||
**MIT License** | ||
Copyright (c) 2015-2017 MyEtherWallet LLC | ||
Copyright (c) 2019 MyCrypto, Inc. |
There was a problem hiding this comment.
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.
Staging build: MyCryptoBuilds |
Staging build: MyCryptoBuilds |
Staging build: MyCryptoBuilds |
src/components/ContactUsBox.tsx
Outdated
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; | ||
`; |
There was a problem hiding this comment.
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 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Staging build: MyCryptoBuilds |
src/components/ContactUsBox.tsx
Outdated
> | ||
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> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Staging build: MyCryptoBuilds |
[CH8841]
Note: I added the disclaimer copy from 2020 - will need a review from Jordan