File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
libs/remix-ui/panel/src/lib/plugins Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
2020
2121 return (
2222 < header className = 'swapitHeader' > < h6 data-id = 'sidePanelSwapitTitle' > { plugin ?. profile . displayName || plugin ?. profile . name } </ h6 >
23- { plugin ?. profile . documentation ? ( < a href = { plugin . profile . documentation } className = "titleInfo" title = "link to documentation" target = "_blank" rel = "noreferrer" > < i aria-hidden = "true" className = "fas fa-book" > </ i > </ a > ) : '' }
23+ { plugin ?. profile . documentation ? ( < a href = { plugin . profile . documentation } className = "titleInfo mb-2 " title = "link to documentation" target = "_blank" rel = "noreferrer" > < i aria-hidden = "true" className = "fas fa-book" > </ i > </ a > ) : '' }
2424 </ header > )
2525}
2626
You can’t perform that action at this time.
0 commit comments