Skip to content

Commit

Permalink
docs(link): Update inverted link example to use Paragraph component
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Sep 6, 2017
1 parent 03d55db commit 2ed8fa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Link/Link.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const PurpleBlock = require('../__docs__/PurpleBlock').default;
<PurpleBlock>
Call Screen requires a subscription. <Link href="" invert>Log in</Link> to your account and make sure you are subscribed.
<Paragraph invert>Call Screen requires a subscription. <Link href="" invert>Log in</Link> to your account and make sure you are subscribed.</Paragraph>
</PurpleBlock>
```

Expand Down
1 change: 0 additions & 1 deletion src/components/__docs__/PurpleBlock.modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
.purpleBlock {
background-color: $color-secondary;
padding: $spacing-wide;
color: $color-white;
}

0 comments on commit 2ed8fa8

Please sign in to comment.