Skip to content

Commit

Permalink
fix(Link): changed the icon (#15668)
Browse files Browse the repository at this point in the history
* chore(strategic-adopters): added more of them

* fix(link): new icon
  • Loading branch information
sstrubberg committed Feb 6, 2024
1 parent 7719b73 commit 4ecbf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/Link/Link.stories.js
Expand Up @@ -6,7 +6,7 @@
*/

import React from 'react';
import { Download } from '@carbon/icons-react';
import { ArrowRight } from '@carbon/icons-react';
import Link from './Link';
import mdx from './Link.mdx';

Expand Down Expand Up @@ -65,7 +65,7 @@ export const Inline = () => (
);

export const PairedWithIcon = () => (
<Link href="#" renderIcon={() => <Download aria-label="Download" />}>
<Link href="#" renderIcon={() => <ArrowRight aria-label="Arrow Right" />}>
Carbon Docs
</Link>
);
Expand Down

0 comments on commit 4ecbf1e

Please sign in to comment.