diff --git a/src/foodItems.tsx b/src/foodItems.tsx index a0d6024..7833336 100644 --- a/src/foodItems.tsx +++ b/src/foodItems.tsx @@ -49,7 +49,9 @@ export class FoodItem extends Component { render() { return ( -

{this.props.title}

+
+

{this.props.title}

+
) }