diff --git a/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx b/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx index 8fc95bef3c..a92c963aa5 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 ( -
+