Browse Source

Add missing X in starter Square component (#5445)

This change adds missing "X" character for starter Square component showcase in "Overview" section
main
Uladzislau Hramyka 2 years ago
committed by GitHub
parent
commit
b4ae933648
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/learn/tutorial-tic-tac-toe.md

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

@ -291,7 +291,7 @@ The `App.js` file should be selected in the _Files_ section. The contents of tha
```jsx ```jsx
export default function Square() { export default function Square() {
return <button className="square"></button>; return <button className="square">X</button>;
} }
``` ```

Loading…
Cancel
Save