mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Add missing X in starter Square component (#5445)
This change adds missing "X" character for starter Square component showcase in "Overview" section
This commit is contained in:
committed by
GitHub
parent
05bf01d0ae
commit
b4ae933648
@@ -291,7 +291,7 @@ The `App.js` file should be selected in the _Files_ section. The contents of tha
|
||||
|
||||
```jsx
|
||||
export default function Square() {
|
||||
return <button className="square"></button>;
|
||||
return <button className="square">X</button>;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user