Skip to content

Commit 6ba377a

Browse files
committed
feat: add more tech icons
1 parent b17e1ea commit 6ba377a

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
@@ -74,6 +74,9 @@ defmodule AlgoraWeb.Components.TechBadge do
7474
"ios" ->
7575
"apple"
7676

77+
"jupyter notebook" ->
78+
"jupyter"
79+
7780
t ->
7881
t
7982
|> String.replace("+", "plus")
@@ -145,7 +148,8 @@ defmodule AlgoraWeb.Components.TechBadge do
145148
"Grafana",
146149
"LiveView",
147150
"Apple",
148-
"Android"
151+
"Android",
152+
"Jupyter"
149153
]
150154
end
151155
end

0 commit comments

Comments
 (0)