Skip to content

Commit a49b824

Browse files
kyledurandlaurkim
andauthored
Update polaris-react/src/components/ResourceItem/ResourceItem.stories.tsx
Co-authored-by: Lo Kim <lo.kim@shopify.com>
1 parent 6103702 commit a49b824

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

polaris-react/src/components/ResourceItem/ResourceItem.stories.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,9 @@ export function WithShortcutActions() {
141141
accessibilityLabel={`View details for ${name}`}
142142
name={name}
143143
>
144-
<h3>
145-
<Text variant="bodyMd" fontWeight="bold" as="span">
144+
<Text variant="bodyMd" fontWeight="bold" as="h3">
146145
{name}
147-
</Text>
148-
</h3>
146+
</Text>
149147
<div>{location}</div>
150148
</ResourceItem>
151149
);

0 commit comments

Comments
 (0)