1
0
Fork 0

Update mainPage.tsx

This commit is contained in:
Chaos 2022-08-04 21:42:20 +00:00
parent 04c51076d1
commit 4360e660d1

View file

@ -57,7 +57,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
render() { render() {
return <> return <>
<h1 class="mt-5">Chaos's Food Likes/Dislikes</h1> <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 /> <br />
@ -122,7 +122,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<br /> <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="Marmite Toast" />
<FoodItem title="Bagels" /> <FoodItem title="Bagels" />
<AdvancedFoodItem title="Jam Toast" extra={"light thin layer of jam, not chunky jam; jams like cloudberry, strawberry, raspberry, orange"} /> <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 /> <br />
<FoodItemsContainer title="Sensory Bads (Do Not Like)"> <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="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="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"} /> <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"} />