Update mainPage.tsx
This commit is contained in:
parent
04c51076d1
commit
4360e660d1
|
@ -57,7 +57,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
|||
render() {
|
||||
return <>
|
||||
<h1 class="mt-5">Chaos's Food Likes/Dislikes</h1>
|
||||
<p class="lead">a hopefully helpful guide on what food we like?</p>
|
||||
<p class="lead">a hopefully helpful guide on what food i like?</p>
|
||||
|
||||
<br />
|
||||
|
||||
|
@ -122,7 +122,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
|||
|
||||
<br />
|
||||
|
||||
<FoodItemsContainer title="Breakfast" extra="don't often have breakfast, but this is what we would have">
|
||||
<FoodItemsContainer title="Breakfast" extra="don't often have breakfast, but this is what i would have">
|
||||
<FoodItem title="Marmite Toast" />
|
||||
<FoodItem title="Bagels" />
|
||||
<AdvancedFoodItem title="Jam Toast" extra={"light thin layer of jam, not chunky jam; jams like cloudberry, strawberry, raspberry, orange"} />
|
||||
|
@ -200,7 +200,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
|||
<br />
|
||||
|
||||
<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 i 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="Spinach Stalks" extra={"Is fine if flattened & Stalks are removed; Is also fine pureed as can't texture then"} />
|
||||
<AdvancedFoodItem title="Onion" extra={"Too Crunchy; somewhat ok if cooked to remove all texture, fine as a powder or puree but not too sharp tasting"} />
|
||||
|
|
Loading…
Reference in a new issue