We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c8653 commit 232c0e6Copy full SHA for 232c0e6
models/view/utils.go
@@ -28,6 +28,7 @@ func GetLanguageIcon(language string) string {
28
"react": "react",
29
"bash": "bash",
30
"json": "code-json",
31
+ "figma": "palette"
32
}
33
if match, ok := langs[strings.ToLower(language)]; ok {
34
return "mdi:" + match
0 commit comments