Skip to content

Commit 71ee15f

Browse files
committed
feat: add tech icons
1 parent 2abd2c2 commit 71ee15f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/algora_web/components/tech_badge.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ defmodule AlgoraWeb.Components.TechBadge do
5858
"vuejs" ->
5959
"vuejs"
6060

61+
"reactjs" ->
62+
"react"
63+
6164
"shell" ->
6265
"bash"
6366

@@ -123,6 +126,7 @@ defmodule AlgoraWeb.Components.TechBadge do
123126
"Vue.js",
124127
"Astro",
125128
"Node.js",
129+
"Next.js",
126130
"HTML",
127131
"CSS",
128132
"PostgreSQL"

0 commit comments

Comments
 (0)