Skip to content

Commit

Permalink
fix JSX expression in support head injector
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Nov 19, 2019
1 parent b0136b9 commit 18b2232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { META_BASE_TITLE } from '../consts'

const HeadInjector = () => (
<Head>
<title>Support | {{ META_BASE_TITLE }}</title>
<title>Support | {META_BASE_TITLE}</title>
</Head>
)

Expand Down

0 comments on commit 18b2232

Please sign in to comment.