File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/panel/src/lib/plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
8181 < >
8282 < div className = 'd-flex' data-id = "movePluginToLeft" data-pinnedplugin = { `movePluginToLeft-${ plugin . profile . name } ` } onClick = { unPinPlugin } >
8383 < CustomTooltip placement = "auto-end" tooltipId = "unPinnedMsg" tooltipClasses = "text-nowrap" tooltipText = { < FormattedMessage id = "panel.unPinnedMsg" /> } >
84- < div aria-hidden = "true" className = "codicon codicon-layout-sidebar-left-dock ms-2 fs-5 fw-bold" > </ div >
84+ < div className = "codicon codicon-layout-sidebar-left-dock ms-2 fs-5 fw-bold" > </ div >
8585 </ CustomTooltip >
8686 </ div >
8787 < CustomTooltip placement = "bottom-end" tooltipText = "Hide Panel" >
@@ -96,7 +96,7 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
9696 < RenderIfNot condition = { plugin . pinned } >
9797 < div className = 'd-flex' data-id = "movePluginToRight" data-pinnedplugin = { `movePluginToRight-${ plugin . profile . name } ` } onClick = { pinPlugin } >
9898 < CustomTooltip placement = "auto-end" tooltipId = "pinnedMsg" tooltipClasses = "text-nowrap" tooltipText = { < FormattedMessage id = "panel.pinnedMsg" /> } >
99- < div aria-hidden = "true" className = "codicon codicon-layout-sidebar-right-dock ms-2 fs-5 fw-bold" > </ div >
99+ < div className = "codicon codicon-layout-sidebar-right-dock ms-2 fs-5 fw-bold" > </ div >
100100 </ CustomTooltip >
101101 </ div >
102102 </ RenderIfNot >
You can’t perform that action at this time.
0 commit comments