diff --git a/src/foodItems.tsx b/src/foodItems.tsx index bacd80f..a0d6024 100644 --- a/src/foodItems.tsx +++ b/src/foodItems.tsx @@ -8,7 +8,7 @@ export const FoodItemsContainer = (props: { return (

{props.title}

-
+
{props.children}
@@ -49,7 +49,7 @@ export class FoodItem extends Component { render() { return ( -
  • {this.props.title}
  • +

    {this.props.title}

    ) } @@ -59,8 +59,8 @@ export class AdvancedFoodItem extends Component -
    -
    {this.props.title}
    +
    +

    {this.props.title}

    {this.props.extra}