mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-08 07:48:40 +00:00
5a11b7918e
Moved the zoomLevel state assignment to a newer useState hook function, making it easier (and shorter) to update that state within event handlers. The slider onChange is a single easy line, and the buttons handlers are two lines for clarity.