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