From e4011f80f5074114ad5480e43027e7f7d5e1aa55 Mon Sep 17 00:00:00 2001 From: Matt Cullen-Meyer Date: Wed, 3 Dec 2025 10:53:34 -0700 Subject: [PATCH] Update chakra-ui link in CSS-in-JS guide --- docs/01-app/02-guides/css-in-js.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-app/02-guides/css-in-js.mdx b/docs/01-app/02-guides/css-in-js.mdx index b05d2fbafa4b7c..e9f24dcfc2f50e 100644 --- a/docs/01-app/02-guides/css-in-js.mdx +++ b/docs/01-app/02-guides/css-in-js.mdx @@ -13,7 +13,7 @@ description: Use CSS-in-JS libraries with Next.js The following libraries are supported in Client Components in the `app` directory (alphabetical): - [`ant-design`](https://ant.design/docs/react/use-with-next#using-app-router) -- [`chakra-ui`](https://chakra-ui.com/getting-started/nextjs-app-guide) +- [`chakra-ui`](https://chakra-ui.com/docs/get-started/frameworks/next-app) - [`@fluentui/react-components`](https://react.fluentui.dev/?path=/docs/concepts-developer-server-side-rendering-next-js-appdir-setup--page) - [`kuma-ui`](https://kuma-ui.com) - [`@mui/material`](https://mui.com/material-ui/guides/next-js-app-router/)