Skip to content

Commit f05f0e2

Browse files
authored
Add HTML and CSS to display_language_name to fix missing colors on github readme stats display (#690)
1 parent b7aae15 commit f05f0e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/helpers/application_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ def display_language_name(language)
175175
case language.downcase
176176
when "typescript" then "TypeScript"
177177
when "javascript" then "JavaScript"
178+
when "html" then "HTML"
179+
when "css" then "CSS"
178180
when "json" then "JSON"
179181
when "sql" then "SQL"
180182
when "yaml" then "YAML"

0 commit comments

Comments
 (0)