File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
lib/algora_web/components Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ defmodule AlgoraWeb.Components.TechBadge do
4747 defp icon_class ( "purescript" ) , do: "bg-white invert saturate-0"
4848 defp icon_class ( "astro" ) , do: "bg-white invert saturate-0"
4949 defp icon_class ( "apple" ) , do: "bg-white invert saturate-0"
50+ defp icon_class ( "github" ) , do: "bg-white invert saturate-0"
51+ defp icon_class ( "bash" ) , do: "bg-white invert saturate-0"
5052 defp icon_class ( _tech ) , do: "bg-transparent"
5153
5254 defp normalize ( tech ) do
@@ -84,6 +86,9 @@ defmodule AlgoraWeb.Components.TechBadge do
8486 "dockerfile" ->
8587 "docker"
8688
89+ "shell" ->
90+ "bash"
91+
8792 t ->
8893 t
8994 |> String . replace ( "+" , "plus" )
@@ -158,7 +163,10 @@ defmodule AlgoraWeb.Components.TechBadge do
158163 "Apple" ,
159164 "Android" ,
160165 "Jupyter" ,
161- "Nomad"
166+ "Nomad" ,
167+ "JIRA" ,
168+ "GitHub" ,
169+ "Shell"
162170 ]
163171 end
164172end
You can’t perform that action at this time.
0 commit comments