bred
This commit is contained in:
parent
17609f2661
commit
91e1f0ecd6
|
@ -144,7 +144,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<FoodItemsContainer title="Larger Foods">
|
<FoodItemsContainer title="Larger Foods">
|
||||||
<FoodItem title="Garlic Bread!!!!!!!!!!!! So Good!!!" />
|
<AdvancedFoodItem title="Garlic Bread" extra={"So good,,,"} />
|
||||||
<FoodItem title="Pizza" contents={{ containsMilk: true }} exclude={this.state.toggles} />
|
<FoodItem title="Pizza" contents={{ containsMilk: true }} exclude={this.state.toggles} />
|
||||||
<FoodItem title="Pasta" />
|
<FoodItem title="Pasta" />
|
||||||
<FoodItem title="Spongy Fried Battered Tofu" />
|
<FoodItem title="Spongy Fried Battered Tofu" />
|
||||||
|
|
Loading…
Reference in a new issue