Skip to content

Commit e9aedcc

Browse files
committed
Updating netlify-cms, react-icon and bug fix
1 parent 17cd0e2 commit e9aedcc

File tree

4 files changed

+40
-30
lines changed

4 files changed

+40
-30
lines changed

package-lock.json

Lines changed: 32 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"gatsby-plugin-google-analytics": "^4.7.0",
2828
"gatsby-plugin-image": "^2.7.0",
2929
"gatsby-plugin-manifest": "^4.7.0",
30-
"gatsby-plugin-netlify-cms": "^6.7.0",
30+
"gatsby-plugin-netlify-cms": "^6.25.0",
3131
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
3232
"gatsby-plugin-offline": "^5.7.0",
3333
"gatsby-plugin-react-helmet": "^5.7.0",
@@ -41,12 +41,12 @@
4141
"gatsby-source-filesystem": "^4.7.0",
4242
"gatsby-transformer-remark": "^5.7.0",
4343
"gatsby-transformer-sharp": "^4.7.0",
44-
"netlify-cms-app": "2.14.32",
44+
"netlify-cms-app": "^2.14.32",
4545
"prismjs": "^1.27.0",
4646
"react": "^16.14.0",
4747
"react-dom": "^16.14.0",
4848
"react-helmet": "^6.1.0",
49-
"react-icons": "^3.11.0",
49+
"react-icons": "^4.10.1",
5050
"sass": "^1.49.7",
5151
"theme-ui": "^0.6.2"
5252
},

src/templates/index-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
RiMediumFill,
2020
RiBehanceFill,
2121
} from "react-icons/ri"
22-
import { faTiktok, FaWordpress, FaVk } from "react-icons/fa"
22+
import { FaTiktok, FaWordpress, FaVk } from "react-icons/fa"
2323

2424
import Layout from "../components/layout"
2525
import BlogListHome from "../components/blog-list-home"

src/util/socialmedia.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"icon": "dribbble",
2121
"url": "https://dribbble.com/stackrole"
22+
},
23+
{
24+
"icon": "tiktok",
25+
"url": "https://tiktok.com/"
2226
}
2327
]
2428
}

0 commit comments

Comments
 (0)