listitem
This commit is contained in:
parent
36d2f18383
commit
516658d7f1
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue