Skip to content

Commit cfdb03a

Browse files
authored
Fix a misleading style in the example (#5660)
1 parent 1dc02c9 commit cfdb03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beta/src/content/learn/javascript-in-jsx-with-curly-braces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export default function TodoList() {
469469
```css
470470
body { padding: 0; margin: 0 }
471471
body > div > div { padding: 20px; }
472-
.avatar { border-radius: 50%; height: 90px; }
472+
.avatar { border-radius: 50%; }
473473
```
474474
475475
</Sandpack>
@@ -584,4 +584,4 @@ Variables and functions can help you keep the markup simple!
584584
585585
</Solution>
586586
587-
</Challenges>
587+
</Challenges>

0 commit comments

Comments
 (0)