diff --git a/src/components/controls/panel-layout.js b/src/components/controls/panel-layout.js index c2cf1ead5..532a23aec 100644 --- a/src/components/controls/panel-layout.js +++ b/src/components/controls/panel-layout.js @@ -27,27 +27,31 @@ class PanelLayouts extends React.Component { return (
- - { analyticsControlsEvent("change-layout-full"); this.props.dispatch({ type: CHANGE_PANEL_LAYOUT, data: "full" }); }} > - {t("sidebar:full")} - + + + {t("sidebar:full")} + + - - { analyticsControlsEvent("change-layout-grid"); this.props.dispatch({ type: CHANGE_PANEL_LAYOUT, data: "grid" }); }} > - {t("sidebar:grid")} - + + + {t("sidebar:grid")} + +
);