Skip to content

Commit 5f214d4

Browse files
committed
Add jest icon
1 parent fe890f7 commit 5f214d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/components_guide_web/controllers/calendar_controller.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ defmodule ComponentsGuideWeb.CalendarView do
232232
<<"react" <> _>> ->
233233
"https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/react.svg"
234234

235+
<<"jest" <> _>> ->
236+
"https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/jest.svg"
237+
235238
<<"aws_lambda_nodejs" <> _>> ->
236239
"https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/awslambda.svg"
237240

0 commit comments

Comments
 (0)