Skip to content

Commit d367d1d

Browse files
author
Matthew Davidson
committed
1 parent 1c689aa commit d367d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bpk-component-button/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install bpk-component-button --save-dev
1313
```js
1414
import React from 'react';
1515
import { withButtonAlignment, withRtlSupport } from 'bpk-component-icon';
16-
import ArrowIcon from 'bpk-component-icon/sm/long-arrow-right-alt';
16+
import ArrowIcon from 'bpk-component-icon/sm/long-arrow-right';
1717
import BpkButton from 'bpk-component-button';
1818

1919
const AlignedArrowIcon = withButtonAlignment(withRtlSupport(ArrowIcon));

0 commit comments

Comments
 (0)