diff --git a/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx b/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx index a92c963aa5..a69fd14871 100644 --- a/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx +++ b/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx @@ -7,7 +7,7 @@ export const SidebarPinnedButton = ({ state, component, updateState }) => { const tooltipMsg = state ? `Unpin ${component}` : `Pin ${component}` return ( -
+