From 05b01cd96071d636e01562ac052734ba12dbe399 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 11 Nov 2025 11:52:18 +0100 Subject: [PATCH] fix: Next.js was mentioned instead of React in related templates Signed-off-by: David Dal Busco --- templates/react-starter/src/App.jsx | 2 +- templates/react-ts-starter/src/App.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/react-starter/src/App.jsx b/templates/react-starter/src/App.jsx index 806c1ffc..3a5ad846 100644 --- a/templates/react-starter/src/App.jsx +++ b/templates/react-starter/src/App.jsx @@ -35,7 +35,7 @@ function App() { ariaLabel="Open quickstart guides on Juno's website" title="Quickstart" > - Discover how to use Next.js with Juno. + Discover how to use React with Juno.
- Discover how to use Next.js with Juno. + Discover how to use React with Juno.