1
0
Fork 0
This commit is contained in:
ChaotiCryptidz 2022-06-07 15:19:56 +01:00
parent c267951673
commit 9a927e3259
No known key found for this signature in database

View file

@ -188,6 +188,17 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<br /> <br />
<FoodItemsContainer title={"Soups & Stews"}>
<AdvancedFoodItem title={"Chicken & Mushroom Soup"} extra="Mushroom either flavor or tiny fried bits of mushroom" contents={{ containsMeat: true }} exclude={this.state.toggles} />
<AdvancedFoodItem title="Mushroom Soup" extra={"needs to be creamy, w/ coconut milk good"} />
<FoodItem title="Tomato Soup" />
<FoodItem title="Chicken Noodle Soup" contents={{ containsMeat: true }} exclude={this.state.toggles} />
<FoodItem title="Nettle Soup" />
<FoodItem title={"Tomatoey Stew w/ Potato & Soft Carrot"} />
</FoodItemsContainer>
<br />
<FoodItemsContainer title="Sensory Bads (Do Not Like)"> <FoodItemsContainer title="Sensory Bads (Do Not Like)">
<AdvancedFoodItem title="Anything Bitter" extra="We are very sensitive to bitter things; way more than most ppl we know; even toast can sometimes be too bitter;" /> <AdvancedFoodItem title="Anything Bitter" extra="We are very sensitive to bitter things; way more than most ppl we know; even toast can sometimes be too bitter;" />
<AdvancedFoodItem title="Lettuce" extra="Horrible crunch; only sometimes like the flat leafy kind but only nibbling on the lighter green parts" /> <AdvancedFoodItem title="Lettuce" extra="Horrible crunch; only sometimes like the flat leafy kind but only nibbling on the lighter green parts" />