From b473cfb4ebabce0ddaed57f377fb5aa67168290e Mon Sep 17 00:00:00 2001 From: LelouchFR Date: Mon, 6 May 2024 12:08:43 +0200 Subject: [PATCH] fix ? --- api/index.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/index.go b/api/index.go index c7411c3..b6b3638 100644 --- a/api/index.go +++ b/api/index.go @@ -15,6 +15,8 @@ var icons map[string]string = make(map[string]string) var iconNameList []string var themedIcons []string + + var shortNames = map[string]string{ "js": "javascript", "ts": "typescript",