TJRawlins / IrrigationManagerReact

Frontend irrigation management system (React TS)
1 stars 0 forks source link

React - Update AddPlant to capitalize plant name when adding plant #23

Closed TJRawlins closed 6 months ago

TJRawlins commented 6 months ago

Currently, plant name is saving as the user types it. This can be done in CSS using text-transform: capitalize;

TJRawlins commented 6 months ago

Updated plant name cell and add plant button name