Skip to content

Commit

Permalink
fix: changed alt text on warning icon
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 committed Nov 9, 2022
1 parent ba625e5 commit 95131ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Message/Message.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Warning.args = {
message_heading: "COVID-19 New services and service changes",
message_body:
"Find out about new support for Canadians during the COVID-19 pandemic and how Service Canada’s services are affectedFind out about new support for Canadians during the COVID-19 pandemic and how Service Canada’s services are affected",
alert_icon_alt_text: "warning icon",
alert_icon_alt_text: "warning",
alert_icon_id: "warning icon",
};

Expand Down
2 changes: 1 addition & 1 deletion src/storyExamples/CallOut/CallOut.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Template = () => {
{errorState ? (
<div className="ds-mt-34px">
<Message
alert_icon_alt_text="warning icon"
alert_icon_alt_text="warning"
alert_icon_id="warning icon"
id="warning"
message_body="If you don’t know your net income, you will still be
Expand Down

0 comments on commit 95131ee

Please sign in to comment.