Skip to content

Commit 46625ca

Browse files
authored
Update index.md
1 parent f8171b9 commit 46625ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/NextJs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ What import alias would you like configured? @/*
3232
```
3333
After the prompts, `create-next-app` will create a folder with your project name and install the required dependencies.
3434

35-
Create a root layout inside `app/layout.tsx` with the required `<html>` and ``<body>`` tags:
35+
Create a root layout inside `app/layout.tsx` with the required `<html>` and `<body>` tags:
3636

3737
```tsx
3838
// app/layout.tsx
@@ -64,4 +64,4 @@ Visit `http://localhost:3000` to view your application.
6464
Edit `app/page.tsx` (or `pages/index.tsx`) file and save it to see the updated result in your browser.
6565

6666

67-
<a href="https://nextjs.org/docs/app"><img src="emty.png"></a>
67+
<a href="https://nextjs.org/docs/app"><img src="emty.png" alt ="continuereading" /></a>

0 commit comments

Comments
 (0)