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
47
47
defp icon_class ( "purescript" ) , do: "bg-white invert saturate-0"
48
48
defp icon_class ( "astro" ) , do: "bg-white invert saturate-0"
49
49
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"
50
52
defp icon_class ( _tech ) , do: "bg-transparent"
51
53
52
54
defp normalize ( tech ) do
@@ -84,6 +86,9 @@ defmodule AlgoraWeb.Components.TechBadge do
84
86
"dockerfile" ->
85
87
"docker"
86
88
89
+ "shell" ->
90
+ "bash"
91
+
87
92
t ->
88
93
t
89
94
|> String . replace ( "+" , "plus" )
@@ -158,7 +163,10 @@ defmodule AlgoraWeb.Components.TechBadge do
158
163
"Apple" ,
159
164
"Android" ,
160
165
"Jupyter" ,
161
- "Nomad"
166
+ "Nomad" ,
167
+ "JIRA" ,
168
+ "GitHub" ,
169
+ "Shell"
162
170
]
163
171
end
164
172
end
You can’t perform that action at this time.
0 commit comments