Skip to content

Commit b5acb33

Browse files
committed
update tech icons
1 parent 103c987 commit b5acb33

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lib/algora_web/components/tech_badge.ex

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ defmodule AlgoraWeb.Components.TechBadge do
113113
"nest.js" ->
114114
"nestjs"
115115

116+
"node" ->
117+
"nodejs"
118+
119+
"swiftui" ->
120+
"swift"
121+
116122
"shell" ->
117123
"bash"
118124

@@ -282,7 +288,8 @@ defmodule AlgoraWeb.Components.TechBadge do
282288
"Supabase",
283289
"Drizzle ORM",
284290
"Zod",
285-
"Expo"
291+
"Expo",
292+
"Unity"
286293
]
287294
end
288295
end

0 commit comments

Comments
 (0)