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 232c0e6 commit d5c1b02Copy full SHA for d5c1b02
models/view/utils.go
@@ -28,7 +28,7 @@ func GetLanguageIcon(language string) string {
28
"react": "react",
29
"bash": "bash",
30
"json": "code-json",
31
- "figma": "palette"
+ "figma": "palette",
32
}
33
if match, ok := langs[strings.ToLower(language)]; ok {
34
return "mdi:" + match
0 commit comments