Skip to content

Commit

Permalink
Updating netlify-cms, react-icon and bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
munawar-js committed Jul 2, 2023
1 parent 17cd0e2 commit e9aedcc
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 30 deletions.
58 changes: 32 additions & 26 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"gatsby-plugin-google-analytics": "^4.7.0",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-netlify-cms": "^6.7.0",
"gatsby-plugin-netlify-cms": "^6.25.0",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
Expand All @@ -41,12 +41,12 @@
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-remark": "^5.7.0",
"gatsby-transformer-sharp": "^4.7.0",
"netlify-cms-app": "2.14.32",
"netlify-cms-app": "^2.14.32",
"prismjs": "^1.27.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"react-icons": "^4.10.1",
"sass": "^1.49.7",
"theme-ui": "^0.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/templates/index-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
RiMediumFill,
RiBehanceFill,
} from "react-icons/ri"
import { faTiktok, FaWordpress, FaVk } from "react-icons/fa"
import { FaTiktok, FaWordpress, FaVk } from "react-icons/fa"

import Layout from "../components/layout"
import BlogListHome from "../components/blog-list-home"
Expand Down
4 changes: 4 additions & 0 deletions src/util/socialmedia.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
{
"icon": "dribbble",
"url": "https://dribbble.com/stackrole"
},
{
"icon": "tiktok",
"url": "https://tiktok.com/"
}
]
}

0 comments on commit e9aedcc

Please sign in to comment.