-
Notifications
You must be signed in to change notification settings - Fork 147
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
Update description for user email, phone, and preferences #482
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Let's drop the usage of the tags. It will be very difficult for us to decide when and when not use them.
@@ -36,6 +36,7 @@ | |||
<Form onSubmit={updateEmail}> | |||
<CardGrid> | |||
<Heading tag="h6" size="7">Email</Heading> | |||
<p>Update user's email. An Email should be formatted as: <b>[email protected].</b></p> |
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.
<p>Update user's email. An Email should be formatted as: <b>[email protected].</b></p> | |
<p>Update user's email. An Email should be formatted as: <b>[email protected]</b>.</p> |
Do we have any option to set the value as a code example?
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.
Do you mean just formatting it like inline code? It's possible with pink, but we don't use it anywhere in the Console.
@eldadfux, what did you mean by:
Did you mean the |
e947eeb
to
7847f96
Compare
@stnguyen90 Sorry formatting for in the way. I meant |
Use inline code for email to indicate it's a value. Remove bolding to simplify things.
f822bbe
to
a8ad70f
Compare
What does this PR do?
Add description text + tweaks from Eldad.
Test Plan
Manual:
Related PRs and Issues
None
Have you read the Contributing Guidelines on issues?
Yes