File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
lib/algora_web/components Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ defmodule AlgoraWeb.Components.TechBadge do
5252 defp icon_url ( "zod" ) , do: "https://raw.githubusercontent.com/colinhacks/zod/main/logo.svg"
5353 defp icon_url ( "livekit" ) , do: "https://avatars.githubusercontent.com/u/69438833?s=200&v=4"
5454 defp icon_url ( "webrtc" ) , do: "https://avatars.githubusercontent.com/u/10526312?s=200&v=4"
55+ defp icon_url ( "snowflake" ) , do: "https://avatars.githubusercontent.com/u/6453780?s=200&v=4"
5556 defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
5657
5758 defp icon_path ( "aws" ) , do: "amazonwebservices/amazonwebservices-plain-wordmark.svg"
@@ -133,6 +134,9 @@ defmodule AlgoraWeb.Components.TechBadge do
133134 "jupyter notebook" ->
134135 "jupyter"
135136
137+ "sql" ->
138+ "azuresqldatabase"
139+
136140 "dockerfile" ->
137141 "docker"
138142
@@ -294,7 +298,9 @@ defmodule AlgoraWeb.Components.TechBadge do
294298 "Unity" ,
295299 "Powershell" ,
296300 "LiveKit" ,
297- "WebRTC"
301+ "WebRTC" ,
302+ "SQL" ,
303+ "Snowflake"
298304 ]
299305 end
300306end
You can’t perform that action at this time.
0 commit comments