Joel
2 lat temu
No account linked to committer's email address
|
|
|
|
|
|
|
|
detail, |
|
|
detail, |
|
|
}) => { |
|
|
}) => { |
|
|
return ( |
|
|
return ( |
|
|
<Link prefetch 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' /> |
|
|
{type === 'app' && ( |
|
|
{type === 'app' && ( |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<Link |
|
|
<Link |
|
|
prefetch |
|
|
|
|
|
key={name} |
|
|
key={name} |
|
|
href={href} |
|
|
href={href} |
|
|
className={classNames( |
|
|
className={classNames( |