1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: missing icons

This commit is contained in:
Ferdinand Mütsch
2022-11-13 20:11:53 +01:00
parent e75bd94531
commit 2976203ecc
7 changed files with 34 additions and 33 deletions

View File

@ -66,9 +66,9 @@ func (s *LeaderboardViewModel) LangIcon(lang string) string {
"swift": "language-swift",
"typescript": "language-typescript",
"tsx": "language-typescript",
"vue": "language-vuejs",
"react": "language-react",
"markdown": "language-markdown",
"vue": "vuejs",
"react": "react",
"bash": "bash",
"json": "code-json",
}