Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
style: use consistent quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed May 24, 2018
1 parent c64b8d3 commit 0e6497e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/container/connect-pane-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ export interface ConnectPaneProps {

export const ConnectPaneContainer: React.SFC<ConnectPaneProps> = props => (
<ConnectLibrary
headline={'Connect to a Library'}
description={
'To build prototypes with already existing components, connect to your React component library first.'
}
primaryButton={'Connect'}
secondaryButton={'Download Alva Example'}
headline="Connect to a Library"
description={`
To build prototypes with already existing components,
connect to your React component library first.
`}
primaryButton="Connect"
secondaryButton="Download Alva Example"
onPrimaryButtonClick={props.onPrimaryButtonClick}
onSecondaryButtonClick={props.onSecondaryButtonClick}
/>
Expand Down

0 comments on commit 0e6497e

Please sign in to comment.