Skip to content

Commit

Permalink
fix(Banner): broken demo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamviktora committed Mar 18, 2024
1 parent 6c0abde commit 75c41bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-core/src/demos/Banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ class BannerDemo extends React.Component {
<PageSection>
<Gallery hasGutter>
{Array.from({ length: 30 }).map((_value, index) => (
<GalleryItem key={i}>
<Card key={i}>
<GalleryItem key={index}>
<Card key={index}>
<CardBody>This is a card</CardBody>
</Card>
</GalleryItem>
Expand Down

0 comments on commit 75c41bf

Please sign in to comment.