From 78cade80f2236ad4bae969e8158b7fcdc7973bfc Mon Sep 17 00:00:00 2001 From: Bharat Kashyap Date: Fri, 15 Nov 2024 12:38:32 +0530 Subject: [PATCH] fix: Missed Vale error --- examples/core/auth-nextjs-themed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/core/auth-nextjs-themed/README.md b/examples/core/auth-nextjs-themed/README.md index 17c9ac9fbec..baa6adbed70 100644 --- a/examples/core/auth-nextjs-themed/README.md +++ b/examples/core/auth-nextjs-themed/README.md @@ -14,7 +14,7 @@ First, run the development server: `npm run dev` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. -## Run on Code Sandbox +## Run on CodeSandbox Run this example on CodeSandbox [here](https://codesandbox.io/s/github/mui/toolpad/tree/master/examples/core/auth-nextjs-themed).