Skip to content

Commit

Permalink
fixed styled components
Browse files Browse the repository at this point in the history
  • Loading branch information
MeridjaNassim committed Feb 8, 2020
1 parent 5bc10ec commit f472542
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
},
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
`gatsby-plugin-styled-components`,
{
resolve: `gatsby-plugin-manifest`,
options: {
Expand Down
24 changes: 21 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@
"version": "0.1.0",
"author": "@MeridjaNassim",
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-sharp": "^2.3.7",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-typeform-embed": "^0.2.1",
"styled-components": "^5.0.0"
"styled-components": "^5.0.1"
},
"devDependencies": {
"prettier": "^1.19.1"
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Footer() {
setState({ ...state, [e.target.name]: e.target.value })
}
const SavedEmail = () => {
alert("Thank you for registering this email " + state.email)
alert("Thank you for registering this email 😉" + state.email)
}
return (
<StyledFooter>
Expand Down

0 comments on commit f472542

Please sign in to comment.