mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 21:58:10 +00:00
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.