Skip to content

Commit aeecaf0

Browse files
fix: Next.js was mentioned instead of React in related templates (#211)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent c3eae23 commit aeecaf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/react-starter/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function App() {
3535
ariaLabel="Open quickstart guides on Juno's website"
3636
title="Quickstart"
3737
>
38-
Discover how to use Next.js with Juno.
38+
Discover how to use React with Juno.
3939
</Article>
4040

4141
<Article

templates/react-ts-starter/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function App() {
3535
ariaLabel="Open quickstart guides on Juno's website"
3636
title="Quickstart"
3737
>
38-
Discover how to use Next.js with Juno.
38+
Discover how to use React with Juno.
3939
</Article>
4040

4141
<Article

0 commit comments

Comments
 (0)