Skip to content

Commit 08f1c7f

Browse files
author
Patrick Wehbe
committed
Fix outdated CodeSandbox console location in tic-tac-toe tutorial
1 parent 6ec6134 commit 08f1c7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ function Square({ value }) {
723723
}
724724
```
725725

726-
If you click on a square now, you should see a log saying `"clicked!"` in the _Console_ tab at the bottom of the _Browser_ section in CodeSandbox. Clicking the square more than once will log `"clicked!"` again. Repeated console logs with the same message will not create more lines in the console. Instead, you will see an incrementing counter next to your first `"clicked!"` log.
726+
If you click on a square now, you should see a log saying `"clicked!"` in the _Console_ tab in CodeSandbox. Clicking the square more than once will log `"clicked!"` again. Repeated console logs with the same message will not create more lines in the console. Instead, you will see an incrementing counter next to your first `"clicked!"` log.
727727

728728
<Note>
729729

0 commit comments

Comments
 (0)