Skip to content

Commit

Permalink
Use DS button props
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed Jul 3, 2019
1 parent f77bada commit 0c27c72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/screens/AddonScreen/AddonScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ export function PureAddonScreen({ data: { allMediumPost }, ...props }) {
/>
<div>
<Button
outline
secondary
appearance="secondaryOutline"
isLink
href={`${
gitHub.frontpage
Expand All @@ -345,7 +344,7 @@ export function PureAddonScreen({ data: { allMediumPost }, ...props }) {
<CTA
text={<span>Build UIs faster. Add Storybook to your project now.</span>}
action={
<Button secondary isLink href={docs.home}>
<Button appearance="secondary" isLink href={docs.home}>
Get started
</Button>
}
Expand Down

0 comments on commit 0c27c72

Please sign in to comment.