mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
Adds consistency between Create a Next.js App and Navigate Between Pages tutorials (#116)
This commit is contained in:
@@ -11,7 +11,7 @@ export default function Home() {
|
||||
|
||||
<main>
|
||||
<h1 className={styles.title}>
|
||||
Welcome to <a href="https://nextjs.org">Next.js!</a>
|
||||
Learn <a href="https://nextjs.org">Next.js!</a>
|
||||
</h1>
|
||||
|
||||
<p className={styles.description}>
|
||||
@@ -112,4 +112,4 @@ export default function Home() {
|
||||
`}</style>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user