Skip to content

Commit 232c0e6

Browse files
Add Figma to leaderboard
1 parent c2c8653 commit 232c0e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/view/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func GetLanguageIcon(language string) string {
2828
"react": "react",
2929
"bash": "bash",
3030
"json": "code-json",
31+
"figma": "palette"
3132
}
3233
if match, ok := langs[strings.ToLower(language)]; ok {
3334
return "mdi:" + match

0 commit comments

Comments
 (0)