From e363b2fc2d013eb8948356a6ecc41e27f969585b Mon Sep 17 00:00:00 2001 From: Manuel Carrera Date: Tue, 12 Sep 2023 14:24:19 -0600 Subject: [PATCH] Update modules/react/banner/stories/Banner.stories.mdx --- modules/react/banner/stories/Banner.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/react/banner/stories/Banner.stories.mdx b/modules/react/banner/stories/Banner.stories.mdx index 06245468f2..7bc3b2c902 100644 --- a/modules/react/banner/stories/Banner.stories.mdx +++ b/modules/react/banner/stories/Banner.stories.mdx @@ -52,7 +52,7 @@ banner. This will change the defualt icon to `exclamationCircleIcon`. ### Icon Banner -When not using any text in the `Banner`, use our `Tooltip` component to both show a visible text alternative, and assign an `aria-label` string to the child `Banner`. +When only using an icon in the `Banner`, use our `Tooltip` component to both show a visible text alternative, and assign an `aria-label` string to the child `Banner`.