Skip to content

Commit

Permalink
fix: 15268-clickable-tile-icon-bug (#15558)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona committed Jan 17, 2024
1 parent 2c48fcd commit 51fa7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/Tile/Tile.stories.js
Expand Up @@ -23,7 +23,7 @@ import {
TileBelowTheFoldContent,
} from './';
import TileGroup from '../TileGroup/TileGroup';
import { Download } from '@carbon/icons-react';
import { Launch } from '@carbon/icons-react';

export default {
title: 'Components/Tile',
Expand Down Expand Up @@ -98,7 +98,7 @@ export const ClickableWithCustomIcon = (args) => {
<ClickableTile
id="clickable-tile-1"
href="https://www.carbondesignsystem.com/"
renderIcon={Download}
renderIcon={Launch}
{...args}>
Clickable Tile
</ClickableTile>
Expand Down

0 comments on commit 51fa7bd

Please sign in to comment.