|
|
|
@ -27,10 +27,10 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => { |
|
|
|
|
return ( |
|
|
|
|
<header className='d-flex flex-column'> |
|
|
|
|
<div className="swapitHeader px-3 pt-3 pb-0 d-flex flex-row"> |
|
|
|
|
<h6 data-id='sidePanelSwapitTitle'>{plugin?.profile.displayName || plugin?.profile.name}</h6> |
|
|
|
|
<h6 className="mb-3" data-id='sidePanelSwapitTitle'>{plugin?.profile.displayName || plugin?.profile.name}</h6> |
|
|
|
|
<div className="d-flex flex-row"> |
|
|
|
|
<div className="d-flex flex-row"> |
|
|
|
|
{plugin?.profile?.maintainedBy?.toLowerCase() === "remix" && (<i aria-hidden="true" className="text-success fas fa-check" title="Maintained by Remix"></i>)} |
|
|
|
|
{plugin?.profile?.maintainedBy?.toLowerCase() === "remix" && (<i aria-hidden="true" className="text-success mt-1 px-1 fas fa-check" title="Maintained by Remix"></i>)} |
|
|
|
|
</div> |
|
|
|
|
<div className="swapitHeaderInfoSection d-flex justify-content-between" data-id='swapitHeaderInfoSectionId' onClick={toggleClass} title="Plugin info"> |
|
|
|
|
<i className={`px-2 ml-2 pt-1 pb-4 ${!toggleExpander ? 'fas fa-angle-right' : 'fas fa-angle-down bg-light'}`} aria-hidden="true"></i> |
|
|
|
|