Skip to content

Commit de51355

Browse files
committed
PluginTitle tests
1 parent 7cc3dcf commit de51355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass-global-writes/src/plugin-title.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const iconStylesDark = css({
3434
color: palette.yellow.base,
3535
});
3636

37-
const PluginTitle = ({
37+
export const PluginTitle = ({
3838
showWarning,
3939
onVisibilityChanged,
4040
}: {
@@ -66,6 +66,7 @@ const PluginTitle = ({
6666
>
6767
<Icon
6868
glyph="ImportantWithCircle"
69+
aria-label="warning"
6970
className={cx(
7071
warningIconStyles,
7172
iconStylesLight,

0 commit comments

Comments
 (0)