Skip to content

Commit 10dd107

Browse files
Update critical banner dismiss section (#913)
* Update critical banner dismiss section Update critical banner dismiss section * Update content/components/banner.mdx Co-authored-by: Josh Black <[email protected]> --------- Co-authored-by: Josh Black <[email protected]>
1 parent e1ef5ff commit 10dd107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/components/banner.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Use the following as a guideline:
200200
>
201201
<div>
202202

203-
Critical banners can't be dismissable. They are mostly used for errors which need to be resolved. As a result you can only get rid of a critical banner by resolving the error. If used to warn about destructive actions, the banner should also not be dismissable.
203+
Critical banners communicate an error which the user must resolve in order for the banner to disappear. In certain cases, the banner may be dismissible when notifying the user of a failed action. If used to warn about destructive actions, the banner should also not be dismissible.
204204

205205
If the error must be resolved on a different page, use an action that directs the user to the page where the error can be resolved.
206206

0 commit comments

Comments
 (0)