Skip to content

Commit

Permalink
🍎 fix: update github link
Browse files Browse the repository at this point in the history
  • Loading branch information
cswbrian committed Feb 18, 2021
1 parent 4e7b9f5 commit c608a32
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ import I18nWrapper from "@/components/I18nWrapper"
import RootLayout from "@/components/templates/RootLayout"

export const wrapPageElement = ({ element, props }) => {
return <I18nWrapper path={props.uri} locale={props.pageContext.locale}>{element}</I18nWrapper>
return (
<I18nWrapper path={props.uri} locale={props.pageContext.locale}>
{element}
</I18nWrapper>
)
}

// Wrap the theme
Expand All @@ -23,7 +27,7 @@ export const wrapRootElement = ({ element }) => {
We are waiting for your commit :)
GitHub Repo:
https://github.com/nandiheath/warsinhk
https://github.com/vote4hk/warsinhk
`)

Expand Down

0 comments on commit c608a32

Please sign in to comment.