mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Added recommendation favicon placeholder div
no ref
This commit is contained in:
parent
562e8af26a
commit
c62483c95b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue