Skip to content

Commit 4833f43

Browse files
FlurinFlurin
Flurin
authored and
Flurin
committed
fix2
1 parent d33c15c commit 4833f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soemi-woeb/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function Planet({ planet }) {
9191
return (
9292
<>
9393
<h1>Name: {name}</h1>
94-
<img src={image} alt="Star Wars Planet" style={"width: 50%"}/>
94+
<img src={image} alt="Star Wars Planet" style={{width: '50%'}}/>
9595
</>
9696
);
9797
}

0 commit comments

Comments
 (0)