Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jun 30, 2020
1 parent 5bf5d30 commit eb737f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ function SEO({ description, lang, meta, title }) {
const globalMetadata = [
{ name: 'description', content: metaDescription },
{ 'http-equiv': 'Content-Type', content: 'text/html', charset: 'utf-8' },
{ name: 'type', class: 'swiftype', 'data-type': 'enum', content: 'developer' },
{
name: 'type',
class: 'swiftype',
'data-type': 'enum',
content: 'developer',
},
];

const social = [
Expand Down

0 comments on commit eb737f0

Please sign in to comment.