mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Added recommendation favicon placeholder div
no ref
This commit is contained in:
parent
562e8af26a
commit
c62483c95b
@ -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' : '';
|
||||
|
Loading…
Reference in New Issue
Block a user