Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit 19aa5b4

Browse files
authored
Make consistent
1 parent cfdb03a commit 19aa5b4

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
@@ -520,7 +520,7 @@ export default function TodoList() {
520520
```css
521521
body { padding: 0; margin: 0 }
522522
body > div > div { padding: 20px; }
523-
.avatar { border-radius: 50%; height: 90px; }
523+
.avatar { border-radius: 50%; }
524524
```
525525
526526
</Sandpack>
@@ -575,7 +575,7 @@ export function getImageUrl(person) {
575575
```css
576576
body { padding: 0; margin: 0 }
577577
body > div > div { padding: 20px; }
578-
.avatar { border-radius: 50%; height: 90px; }
578+
.avatar { border-radius: 50%; }
579579
```
580580
581581
</Sandpack>

0 commit comments

Comments
 (0)