From b2c4552416c394ee562fa8fe05e9b5aa485440cb Mon Sep 17 00:00:00 2001 From: David Luzar Date: Fri, 16 Jul 2021 23:47:43 +0200 Subject: [PATCH] feat: re-order zoom buttons (#3837) * feat: re-order zoom buttons * undo last commit & change zoomOut/zoomIn order --- src/components/Actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Actions.tsx b/src/components/Actions.tsx index a651c07a..8f0211ae 100644 --- a/src/components/Actions.tsx +++ b/src/components/Actions.tsx @@ -204,8 +204,8 @@ export const ZoomActions = ({ }) => ( - {renderAction("zoomIn")} {renderAction("zoomOut")} + {renderAction("zoomIn")} {renderAction("resetZoom")}