UPD
This commit is contained in:
parent
8fc382aa77
commit
f56480133f
|
|
@ -1,4 +1,4 @@
|
|||
node_modules
|
||||
.keystone/
|
||||
keystone.db
|
||||
#keystone.db
|
||||
*.log
|
||||
|
|
|
|||
|
|
@ -360,7 +360,6 @@ export default function CountriesMap() {
|
|||
|
||||
<ZoomBtn onClick={zoomIn} aria-label="Zoom in">+</ZoomBtn>
|
||||
<ZoomBtn onClick={zoomOut} aria-label="Zoom out">–</ZoomBtn>
|
||||
<ZoomBtn onClick={resetView} aria-label="Reset">⟳</ZoomBtn>
|
||||
</ZoomControls>
|
||||
</Wrap>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue