1
0
Fork 0
This commit is contained in:
ChaotiCryptidz 2022-06-07 15:25:34 +01:00
parent 7497a9ecdb
commit e1d625d466
No known key found for this signature in database

View file

@ -222,6 +222,8 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<AdvancedFoodItem title="Lotus Fruit" extra={"Weird texture; Also trypophobia;"}/> <AdvancedFoodItem title="Lotus Fruit" extra={"Weird texture; Also trypophobia;"}/>
<AdvancedFoodItem title="Crumpets" extra={"Can have if served upside down, otherwise no, too many holes"} /> <AdvancedFoodItem title="Crumpets" extra={"Can have if served upside down, otherwise no, too many holes"} />
<AdvancedFoodItem title="Mucus-like Textures" extra={"Common in Vegan Cheese.."} /> <AdvancedFoodItem title="Mucus-like Textures" extra={"Common in Vegan Cheese.."} />
<AdvancedFoodItem title="Chewy Tofu" extra={"We like it but only a small amount of it; after a while brain starts to hate it; is good when can add as much as want to food"} />
<FoodItem title="Shrimp/Prawns" contents={{ containsFish: true }} exclude={this.state.toggles} /> <FoodItem title="Shrimp/Prawns" contents={{ containsFish: true }} exclude={this.state.toggles} />
<FoodItem title="Celery" /> <FoodItem title="Celery" />
<FoodItem title="Cooked Fruit" /> <FoodItem title="Cooked Fruit" />