Skip to content

Commit ac05ca9

Browse files
modify commeting for copy convenience (#7875)
* Update index.mdx * Update src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]>
1 parent 3bda977 commit ac05ca9

File tree

1 file changed

+2
-1
lines changed
  • src/pages/[platform]/start/quickstart/nextjs-pages-router

1 file changed

+2
-1
lines changed

src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,10 @@ function App() {
249249
// highlight-next-line
250250
<button onClick={signOut}>Sign out</button>
251251
</main>
252+
// highlight-start
252253
)}
253-
// highlight-next-line
254254
</Authenticator>
255+
// highlight-end
255256
)
256257
}
257258
```

0 commit comments

Comments
 (0)