Skip to content

Commit

Permalink
rebase and fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezryr committed Dec 7, 2024
1 parent 7e863f9 commit 30a6d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PlantCardKey/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function PlantCardKey() {
label="Outdoors Growing Season"
/>
<IconAndLabel iconName="harvestSeason" label="Harvest Time" />
<IconAndLabel iconName="watering_can" label="Water Frequency" />
<IconAndLabel iconName="wateringCan" label="Water Frequency" />
<IconAndLabel iconName="sun" label="Sunlight Requirement" />
</IconKeyContainer>
</PlantCardKeyContainer>
Expand Down

0 comments on commit 30a6d4f

Please sign in to comment.