Skip to content

Commit 7d6810c

Browse files
committed
update tech badges
1 parent b6ecba0 commit 7d6810c

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
@@ -114,6 +114,9 @@ defmodule AlgoraWeb.Components.TechBadge do
114114
"kafka" ->
115115
"apachekafka"
116116

117+
"vim script" ->
118+
"vim"
119+
117120
t ->
118121
t
119122
|> String.replace("+", "plus")
@@ -200,7 +203,8 @@ defmodule AlgoraWeb.Components.TechBadge do
200203
"ObjectiveC",
201204
"Envoy",
202205
"RabbitMQ",
203-
"Flutter"
206+
"Flutter",
207+
"Vim"
204208
]
205209
end
206210
end

0 commit comments

Comments
 (0)