0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 09:32:51 +00:00

fix className

This commit is contained in:
Gazook89
2024-08-22 15:51:16 -05:00
parent fb06ae0d03
commit 64fb032622

View File

@@ -91,7 +91,7 @@ const ToolBar = ({ onZoomChange, currentPage, onPageChange, totalPages })=>{
<div className='tool'>
<input
id='page-input'
class='text-input'
className='text-input'
type='text'
name='page'
inputMode='numeric'