mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 01:22:44 +00:00
fix className
This commit is contained in:
@@ -91,7 +91,7 @@ const ToolBar = ({ onZoomChange, currentPage, onPageChange, totalPages })=>{
|
|||||||
<div className='tool'>
|
<div className='tool'>
|
||||||
<input
|
<input
|
||||||
id='page-input'
|
id='page-input'
|
||||||
class='text-input'
|
className='text-input'
|
||||||
type='text'
|
type='text'
|
||||||
name='page'
|
name='page'
|
||||||
inputMode='numeric'
|
inputMode='numeric'
|
||||||
|
|||||||
Reference in New Issue
Block a user