Skip to content

Commit

Permalink
style(404.js): fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Andrade committed Mar 14, 2020
1 parent e248b08 commit e402d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react"
import SEO from "../components/seo"
import NotFoundTemplate from "../templates/404"

const NotFoundPage = (props) => (
const NotFoundPage = props => (
<>
<SEO title="Página não encontrada" />
<NotFoundTemplate {...props} />
Expand Down

0 comments on commit e402d9c

Please sign in to comment.