Skip to content

Commit

Permalink
[chore] fix typos in view plants and Plant Care Description
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Dec 13, 2024
1 parent 2c3120b commit 6601db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/view-plants/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default function Page() {
$isCurrentMode={viewingOption !== 'all'}
onClick={() => setViewingOption('myPlants')}
>
My Plants
My Garden
</HeaderButton>
<HeaderButton
$isCurrentMode={viewingOption === 'all'}
Expand Down
2 changes: 1 addition & 1 deletion components/PlantCareDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function PlantCareDescription({
const sunlightText = `${sunlightMinHours} ${sunlightMaxHours ? ` - ${sunlightMaxHours}` : ''} hours (${displaySunlightEnumFromHours(sunlightMinHours)})`;
return (
<Flex $direction="column" $gap="12px" $pl="8px">
<H4>Plant Description</H4>
<H4>Plant Care Description</H4>
<Flex $direction="column" $gap="8px">
{IconRow('wateringCan', 'Watering Frequency:', waterFreq)}
{IconRow('wateringCan', 'Weeding Frequency:', weedingFreq)}
Expand Down

0 comments on commit 6601db6

Please sign in to comment.