Skip to content

Commit 9dd7bc6

Browse files
committed
feat: add more tech icons
1 parent 29768ed commit 9dd7bc6

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
@@ -49,6 +49,9 @@ defmodule AlgoraWeb.Components.TechBadge do
4949

5050
defp normalize(tech) do
5151
case String.downcase(tech) do
52+
"plpgsql" ->
53+
"postgresql"
54+
5255
"postgres" ->
5356
"postgresql"
5457

@@ -129,7 +132,8 @@ defmodule AlgoraWeb.Components.TechBadge do
129132
"Next.js",
130133
"HTML",
131134
"CSS",
132-
"PostgreSQL"
135+
"PostgreSQL",
136+
"Figma"
133137
]
134138
end
135139
end

0 commit comments

Comments
 (0)