1
0
Fork 0
This commit is contained in:
ChaotiCryptidz 2022-06-02 15:12:23 +01:00
parent 36d2f18383
commit 516658d7f1
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -59,7 +59,7 @@ export class AdvancedFoodItem extends Component<FoodItemProps & { extra: string
render() {
return (
<HideIfFoodExcluded {...this.props}>
<div class="list-group-item">
<div class="list-group-item" role="listitem">
<h5 class="mb-1">{this.props.title}</h5>
<p class="mb-1">{this.props.extra}</p>
</div>

View file

@ -179,7 +179,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<AdvancedFoodItem title="Cauliflower" extra={"Cooked to be very soft"} />
<AdvancedFoodItem title="Carrot" extra={"Cooked to be very soft; or crunchy as a snack;"} />
<FoodItem title="Swede / Rutabaga" />
<AdvancedFoodItem title="Chillis" extra={"Cooked to be soft; Cut up very finely"} />
<AdvancedFoodItem title="Chili Peppers" extra={"Cooked to be soft; Cut up very finely"} />
</FoodItemsContainer>
<br />
@ -209,6 +209,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<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="Mucus-like Textures" extra={"Common in Vegan Cheese.."} />
<FoodItem title="Shrimp/Prawns" contents={{ containsFish: true }} exclude={this.state.toggles} />
<FoodItem title="Celery" />
<FoodItem title="Anything else unexpectedly crunchy" />
<FoodItem title="Sparkling Water" />