You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
We need to be consistent with our note/important/warning boxes. i.e. same text => same colour, throughout the website.
Note -> <Info title="Note" level="info"> // this is blue
Important -> <Info title="Important!" level="warning"> // this is yellow
Warning -> <Info title="Warning!" level="danger"> // this is red
We should also rename the Info.jsx levels to match the text better -> i.e. rename danger to warning, and rename warning to important
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need to be consistent with our note/important/warning boxes. i.e. same text => same colour, throughout the website.
Note ->
<Info title="Note" level="info">
// this is blueImportant ->
<Info title="Important!" level="warning">
// this is yellowWarning ->
<Info title="Warning!" level="danger">
// this is redWe should also rename the Info.jsx levels to match the text better -> i.e. rename
danger
towarning
, and renamewarning
toimportant
The text was updated successfully, but these errors were encountered: