Skip to content

Commit d72171a

Browse files
authored
Add nextjs 13
1 parent d720753 commit d72171a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/components_guide_web/controllers/calendar_controller.ex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ defmodule ComponentsGuideWeb.CalendarController do
2525

2626
react = %{
2727
react18: %{release: {2022, 3, 29}},
28-
react_query4: %{release: {2022, 7, 18}}
28+
react_query4: %{release: {2022, 7, 18}},
29+
nextjs13: %{release: {2022, 10, 26}}
2930
}
3031

3132
jest = %{
@@ -132,6 +133,7 @@ defmodule ComponentsGuideWeb.CalendarController do
132133
deno1_26: "https://deno.com/blog/v1.26",
133134
react18: "https://reactjs.org/blog/2022/03/29/react-v18.html",
134135
react_query4: "https://tanstack.com/blog/announcing-tanstack-query-v4",
136+
nextjs13: "https://nextjs.org/blog/next-13",
135137
firefox99: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/99",
136138
firefox100: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/100",
137139
firefox101: "https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/101",
@@ -373,6 +375,9 @@ defmodule ComponentsGuideWeb.CalendarView do
373375
<<"react_query" <> _>> ->
374376
"https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/reactquery.svg"
375377

378+
<<"nextjs" <> _>> ->
379+
"https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/nextdotjs.svg"
380+
376381
<<"react" <> _>> ->
377382
"https://cdn.jsdelivr.net/npm/simple-icons@v6/icons/react.svg"
378383

0 commit comments

Comments
 (0)