Update mainPage.tsx
This commit is contained in:
parent
270b581340
commit
04c51076d1
|
@ -230,7 +230,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
||||||
<FoodItem title="Anything else unexpectedly crunchy" />
|
<FoodItem title="Anything else unexpectedly crunchy" />
|
||||||
<FoodItem title="Sparkling Water" />
|
<FoodItem title="Sparkling Water" />
|
||||||
<FoodItem title="Apple Cider Vinegar" />
|
<FoodItem title="Apple Cider Vinegar" />
|
||||||
<FoodItem title="Anything over our limit of acidity for regular food/sauces" />
|
<FoodItem title="Anything over my limit of acidity for regular food/sauces, like mcdonalds ketchup" />
|
||||||
<FoodItem title="Aniseed Flavor" />
|
<FoodItem title="Aniseed Flavor" />
|
||||||
<AdvancedFoodItem title="Aniseed Liquorice Flavors" extra={"Absolutely love natural liquorice root flavor; hate anise"} />
|
<AdvancedFoodItem title="Aniseed Liquorice Flavors" extra={"Absolutely love natural liquorice root flavor; hate anise"} />
|
||||||
</FoodItemsContainer>
|
</FoodItemsContainer>
|
||||||
|
@ -238,4 +238,4 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
||||||
<br />
|
<br />
|
||||||
</>;
|
</>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue