diff --git a/12-component-refactor.html b/12-component-refactor.html index be47318..f9d99b3 100644 --- a/12-component-refactor.html +++ b/12-component-refactor.html @@ -56,15 +56,17 @@ var barStyle = { display: "inline-block", background: "lightgrey", - width: room.people * 25 + width: room.people * 20 }; + var count = room.people; return (