0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 14:02:40 +00:00

use zoom icons rather than text

This commit is contained in:
Gazook89
2024-08-17 15:40:52 -05:00
parent b325779466
commit efb4c67e2a

View File

@@ -65,7 +65,7 @@ const ToolBar = ({ updateZoom, currentPage, onPageChange, totalPages })=>{
onClick={()=>setZoomLevel('out')}
disabled={state.zoomLevel <= minZoom}
>
Zoom Out
<i className='fas fa-magnifying-glass-minus' />
</button>
</div>
<div className='tool'>
@@ -101,7 +101,7 @@ const ToolBar = ({ updateZoom, currentPage, onPageChange, totalPages })=>{
onClick={()=>setZoomLevel('in')}
disabled={state.zoomLevel >= maxZoom}
>
Zoom In
<i className='fas fa-magnifying-glass-plus' />
</button>
</div>
<div className='tool'>