Skip to content

Commit a26709a

Browse files
committed
feat: add more icons
1 parent ff16c0d commit a26709a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/algora_web/components/tech_badge.ex

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
164172
end

0 commit comments

Comments
 (0)