Skip to content

Commit

Permalink
fix audity error
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocezar-tlf committed Oct 5, 2023
1 parent f96f559 commit c77dc31
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Default: StoryComponent<Args> = ({href}) => {
footerText="Footer 1"
onClose={() => {}}
href={hasHref}
aria-label="aria-label"
aria-label="aria-label 1"
/>,
<AdvancedDataCard
title="Title 2"
Expand All @@ -32,7 +32,7 @@ export const Default: StoryComponent<Args> = ({href}) => {
footerText="Footer 2"
onClose={() => {}}
href={hasHref}
aria-label="aria-label"
aria-label="aria-label 2"
/>,
<AdvancedDataCard
title="Title 3"
Expand All @@ -41,7 +41,7 @@ export const Default: StoryComponent<Args> = ({href}) => {
footerText="Footer 3"
onClose={() => {}}
href={hasHref}
aria-label="aria-label"
aria-label="aria-label 3"
/>,
<AdvancedDataCard
title="Title 4"
Expand All @@ -53,7 +53,7 @@ export const Default: StoryComponent<Args> = ({href}) => {
footerText="Footer 4"
onClose={() => {}}
href={hasHref}
aria-label="aria-label"
aria-label="aria-label 4"
/>,
]}
/>
Expand Down

0 comments on commit c77dc31

Please sign in to comment.