Skip to content

Commit

Permalink
Update Go symbol in golang.mdx
Browse files Browse the repository at this point in the history
According to https://www.nerdfonts.com/cheat-sheet `\ufdc1` symbol is removed. It's not displayed correctly on newest fonts anymore. Replace it with new Go symbol.
Fixes #4625
  • Loading branch information
pashagolub authored and JanDeDobbeleer committed Dec 14, 2024
1 parent 69beff1 commit d25f774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/segments/languages/golang.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Config from "@site/src/components/Config.js";
powerline_symbol: "\uE0B0",
foreground: "#ffffff",
background: "#7FD5EA",
template: " \u202D\uFCD1 {{ .Full }} ",
template: " \ue627 {{ .Full }} ",
}}
/>

Expand Down

0 comments on commit d25f774

Please sign in to comment.