Skip to content

Commit 14eb422

Browse files
committed
updated
1 parent 1828a26 commit 14eb422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ export default function Home() {
55
<>
66
<h1>Hello, Next.js 13 App Directory!</h1>
77
<p>
8-
<Link href="/initial-data">Using initial data For Prefetching</Link>
8+
<Link href="/initial-data">Prefetching Using initial data</Link>
99
</p>
1010
<p>
11-
<Link href="/hydration">Using Hydration For Prefetching</Link>
11+
<Link href="/hydration">Prefetching Using Hydration</Link>
1212
</p>
1313
</>
1414
);

0 commit comments

Comments
 (0)