Added recommendation favicon placeholder div

no ref
This commit is contained in:
Djordje Vlaisavljevic 2023-09-25 15:11:07 +01:00
parent 562e8af26a
commit c62483c95b

View File

@ -17,7 +17,8 @@ const RecommendationIcon: React.FC<Props> = ({title, favicon, featured_image, is
};
if (!icon) {
return null;
return <div className="relative h-6 w-6 shrink-0 rounded-sm">
</div>;
}
const hint = isGhostSite ? 'This is a Ghost site that supports one-click subscribe' : '';