We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1828a26 commit 14eb422Copy full SHA for 14eb422
src/app/page.tsx
@@ -5,10 +5,10 @@ export default function Home() {
5
<>
6
<h1>Hello, Next.js 13 App Directory!</h1>
7
<p>
8
- <Link href="/initial-data">Using initial data For Prefetching</Link>
+ <Link href="/initial-data">Prefetching Using initial data</Link>
9
</p>
10
11
- <Link href="/hydration">Using Hydration For Prefetching</Link>
+ <Link href="/hydration">Prefetching Using Hydration</Link>
12
13
</>
14
);
0 commit comments