Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Jun 29, 2017
1 parent 47cade9 commit 33c5958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const redirectTo = destination =>
render () {
return (
<Head>
<meta http-equiv="refresh" content={`0; url=${destination}`} />
<meta httpEquiv="refresh" content={`0; url=${destination}`} />
</Head>
)
}
Expand Down

0 comments on commit 33c5958

Please sign in to comment.