|
|
|
@ -229,7 +229,7 @@ const DetailHeader = ({
|
|
|
|
onInfo={showPluginInfo}
|
|
|
|
onInfo={showPluginInfo}
|
|
|
|
onCheckVersion={handleUpdate}
|
|
|
|
onCheckVersion={handleUpdate}
|
|
|
|
onRemove={showDeleteConfirm}
|
|
|
|
onRemove={showDeleteConfirm}
|
|
|
|
detailUrl={`${MARKETPLACE_URL_PREFIX}/plugin/${author}/${name}`}
|
|
|
|
detailUrl={`${MARKETPLACE_URL_PREFIX}/plugins/${author}/${name}`}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<ActionButton onClick={onHide}>
|
|
|
|
<ActionButton onClick={onHide}>
|
|
|
|
<RiCloseLine className='w-4 h-4' />
|
|
|
|
<RiCloseLine className='w-4 h-4' />
|
|
|
|
|