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
46
46
defp icon_url ( "deepspeed" ) , do: "https://avatars.githubusercontent.com/u/74068820?s=200&v=4"
47
47
defp icon_url ( "llmfoundry" ) , do: "https://avatars.githubusercontent.com/u/75143706?s=200&v=4"
48
48
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"
50
51
defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
51
52
52
53
defp icon_path ( "aws" ) , do: "amazonwebservices/amazonwebservices-plain-wordmark.svg"
@@ -271,7 +272,9 @@ defmodule AlgoraWeb.Components.TechBadge do
271
272
"Clickhouse" ,
272
273
"Vercel" ,
273
274
"MLIR" ,
274
- "Julia"
275
+ "Julia" ,
276
+ "Electron" ,
277
+ "OCI"
275
278
]
276
279
end
277
280
end
You can’t perform that action at this time.
0 commit comments