File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
lib/algora_web/components Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
296300end
You can’t perform that action at this time.
0 commit comments