Skip to content

Commit 0906519

Browse files
committed
update tech icons
1 parent ea7432e commit 0906519

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/algora_web/components/tech_badge.ex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ defmodule AlgoraWeb.Components.TechBadge do
5050
defp icon_url("oci"), do: "https://avatars.githubusercontent.com/u/12563465?s=200&v=4"
5151
defp icon_url("drizzle orm"), do: "https://avatars.githubusercontent.com/u/108468352?s=48&v=4"
5252
defp icon_url("zod"), do: "https://raw.githubusercontent.com/colinhacks/zod/main/logo.svg"
53+
defp icon_url("livekit"), do: "https://avatars.githubusercontent.com/u/69438833?s=200&v=4"
54+
defp icon_url("webrtc"), do: "https://avatars.githubusercontent.com/u/10526312?s=200&v=4"
5355
defp icon_url(tech), do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{icon_path(tech)}"
5456

5557
defp icon_path("aws"), do: "amazonwebservices/amazonwebservices-plain-wordmark.svg"
@@ -290,7 +292,9 @@ defmodule AlgoraWeb.Components.TechBadge do
290292
"Zod",
291293
"Expo",
292294
"Unity",
293-
"Powershell"
295+
"Powershell",
296+
"LiveKit",
297+
"WebRTC"
294298
]
295299
end
296300
end

0 commit comments

Comments
 (0)