Skip to content

Commit f6715b7

Browse files
committed
Update twitter icon
1 parent 1934261 commit f6715b7

File tree

4 files changed

+11
-94
lines changed

4 files changed

+11
-94
lines changed

constants/navigation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { HeartIcon, XMarkIcon } from "@heroicons/react/24/outline";
33
import { useState } from "react";
44
import { Modal } from "../components/modal/Modal";
55
import { Extension } from "./extension";
6-
import { VscTwitter } from "react-icons/vsc";
6+
import { FaXTwitter } from "react-icons/fa6";
77
import { SiDiscord, SiVisualstudiocode } from "react-icons/si";
88

99
export const navigation = {
@@ -132,7 +132,7 @@ export const navigation = {
132132
href: Extension.twitter,
133133
blank: true,
134134
icon: ({ className, ...rest }: any) => (
135-
<VscTwitter className={`${className} group-hover:fill-current`} {...rest} />
135+
<FaXTwitter className={`${className} group-hover:fill-current`} {...rest} />
136136
)
137137
},
138138
{

content/changelog/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- [#796](https://github.com/estruyf/vscode-front-matter/issues/796): Fix issue in retrieving folders/files on dashboard load
2222
- [#801](https://github.com/estruyf/vscode-front-matter/issues/801): Faster folder processing on updates
2323
- [#804](https://github.com/estruyf/vscode-front-matter/issues/804): Fix blinking of the front matter content area
24+
- [#806](https://github.com/estruyf/vscode-front-matter/issues/804): Fix preview URL for `index.md` files in root of the page folder path
2425

2526
## [10.1.0] - 2024-04-11 - [Release notes](https://beta.frontmatter.codes/updates/v10.1.0)
2627

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react": "^18.2.0",
3535
"react-dom": "^18.2.0",
3636
"react-i18next": "^11.11.4",
37-
"react-icons": "^4.8.0",
37+
"react-icons": "^5.2.1",
3838
"react-markdown": "^7.0.1",
3939
"recharts": "^2.4.3",
4040
"rehype-raw": "^7.0.0",

0 commit comments

Comments
 (0)