Skip to content

Commit

Permalink
fix(theme-default): fix the capitalization issue of X in socialLinks …
Browse files Browse the repository at this point in the history
…presetIcons
  • Loading branch information
wzono committed Mar 22, 2024
1 parent 8a16cad commit 9d4bbea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-falcons-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rspress/theme-default": patch
---

Fix the capitalization issue of X in socialLinks presetIcons
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default {
/>
</svg>
),
x: (
X: (
<svg
role="img"
viewBox="0 0 24 24"
Expand Down

0 comments on commit 9d4bbea

Please sign in to comment.