Skip to content

Commit a3a11fc

Browse files
committed
Address feedback
1 parent bb914b5 commit a3a11fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-core/src/demos/examples/Page/PagePlain.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export const PagePlain: React.FunctionComponent = () => {
230230
>
231231
<img src={icons[product.icon]} alt={`${product.name} icon`} style={{ maxWidth: '60px' }} />
232232
</CardHeader>
233-
<CardTitle id={product.name.replace(/ /g, '-')}>{product.name}</CardTitle>
233+
<CardTitle>{product.name}</CardTitle>
234234
<CardBody>{product.description}</CardBody>
235235
</Card>
236236
</GalleryItem>

0 commit comments

Comments
 (0)