mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Add HTML and CSS to display_language_name to fix missing colors on github readme stats display (#690)
This commit is contained in:
@@ -175,6 +175,8 @@ module ApplicationHelper
|
||||
case language.downcase
|
||||
when "typescript" then "TypeScript"
|
||||
when "javascript" then "JavaScript"
|
||||
when "html" then "HTML"
|
||||
when "css" then "CSS"
|
||||
when "json" then "JSON"
|
||||
when "sql" then "SQL"
|
||||
when "yaml" then "YAML"
|
||||
|
||||
Reference in New Issue
Block a user