|
@@ -43,7 +43,7 @@ const LikedItem: FC<{ type?: 'plugin' | 'app'; appStatus?: boolean; detail: Rela
|
|
return (
|
|
return (
|
|
<Link className={s.itemWrapper} href={`/app/${detail?.id}/overview`}>
|
|
<Link className={s.itemWrapper} href={`/app/${detail?.id}/overview`}>
|
|
<div className={s.iconWrapper}>
|
|
<div className={s.iconWrapper}>
|
|
- <AppIcon size='tiny' />
|
|
|
|
|
|
+ <AppIcon size='tiny' icon={detail?.icon} background={detail?.icon_background}/>
|
|
{type === 'app' && (
|
|
{type === 'app' && (
|
|
<div className={s.statusPoint}>
|
|
<div className={s.statusPoint}>
|
|
<Indicator color={appStatus ? 'green' : 'gray'} />
|
|
<Indicator color={appStatus ? 'green' : 'gray'} />
|