Skip to content

Commit

Permalink
docs(banner-tile): update documentation to reflect Media rename
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgraeme committed Nov 18, 2024
1 parent 81c960f commit ce637d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/components/banner-tile.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function MyComponent() {

## Composition

- `BannerTile.Image` - Banner image display
- `BannerTile.Media` - Banner image display
- `BannerTile.Title` - Banner headline
- `BannerTile.Description` - Banner description text
- `BannerTile.CTA` - Call-to-action button
4 changes: 2 additions & 2 deletions lib/components/organisms/BannerTile/BannerTile.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Default.args = {
},
};

export const WithoutButton = Template.bind({});
WithoutButton.args = {
export const WithoutCTA = Template.bind({});
WithoutCTA.args = {
tile: {
id: '2',
type: TileType.Banner,
Expand Down

0 comments on commit ce637d4

Please sign in to comment.