File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
lib/algora_web/components Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ defmodule AlgoraWeb.Components.TechBadge do
4646 defp icon_url ( "deepspeed" ) , do: "https://avatars.githubusercontent.com/u/74068820?s=200&v=4"
4747 defp icon_url ( "llmfoundry" ) , do: "https://avatars.githubusercontent.com/u/75143706?s=200&v=4"
4848 defp icon_url ( "sglang" ) , do: "https://avatars.githubusercontent.com/u/147780389?s=200&v=4"
49-
49+ defp icon_url ( "electron" ) , do: "https://avatars.githubusercontent.com/u/13409222?s=200&v=4"
50+ defp icon_url ( "oci" ) , do: "https://avatars.githubusercontent.com/u/12563465?s=200&v=4"
5051 defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
5152
5253 defp icon_path ( "aws" ) , do: "amazonwebservices/amazonwebservices-plain-wordmark.svg"
@@ -271,7 +272,9 @@ defmodule AlgoraWeb.Components.TechBadge do
271272 "Clickhouse" ,
272273 "Vercel" ,
273274 "MLIR" ,
274- "Julia"
275+ "Julia" ,
276+ "Electron" ,
277+ "OCI"
275278 ]
276279 end
277280end
You can’t perform that action at this time.
0 commit comments