Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 14, 2020
1 parent f0d68c5 commit 1bd1284
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ export default () => {
color: stringColor
}}
onClick={event =>
toClipboard(event.target.textContent, 'SEO Tags')
}
toClipboard(event.target.textContent, 'SEO Tags')}
children={shareCode(screenshotUrl)}
/>
</Flex>
Expand All @@ -260,8 +259,7 @@ export default () => {
}}
children={`<img src="${screenshotUrl}" alt="Generated by https://cards.microlink.io">`}
onClick={event =>
toClipboard(event.target.textContent, 'HTML')
}
toClipboard(event.target.textContent, 'HTML')}
/>
</Flex>
</Flex>
Expand All @@ -286,8 +284,7 @@ export default () => {
}}
children={`![Generated by https://cards.microlink.io](${screenshotUrl})`}
onClick={event =>
toClipboard(event.target.textContent, 'Markdown')
}
toClipboard(event.target.textContent, 'Markdown')}
/>
</Flex>
</Flex>
Expand All @@ -312,8 +309,7 @@ export default () => {
}}
children={screenshotUrl}
onClick={event =>
toClipboard(event.target.textContent, 'URL')
}
toClipboard(event.target.textContent, 'URL')}
/>
</Flex>
</Flex>
Expand Down

1 comment on commit 1bd1284

@vercel
Copy link

@vercel vercel bot commented on 1bd1284 Apr 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.