Skip to content

Commit

Permalink
Fix icon for link demo
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Dec 20, 2015
1 parent b037994 commit 086a0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/link/readme.md
Expand Up @@ -9,7 +9,7 @@ import Link from 'react-toolbox/lib/link';
const LinksTest = () => (
<nav>
<Link href="/#/components/link" label="Work" count={4} icon='business' />
<Link href="/#/components/link" label="Blog" icon='speaker-notes' />
<Link href="/#/components/link" label="Blog" icon='speaker_notes' />
<Link href="/#/components/link" label="Explore" icon='explore' />
</nav>
);
Expand Down
@@ -1,7 +1,7 @@
const LinksTest = () => (
<nav>
<Link href="#/components/link" label="Work" count={4} icon='business' />
<Link href="#/components/link" label="Blog" icon='speaker-notes' />
<Link href="#/components/link" label="Blog" icon='speaker_notes' />
<Link href="#/components/link" label="Explore" icon='explore' />
</nav>
);
Expand Down

0 comments on commit 086a0ae

Please sign in to comment.