show placeholder while favicon is loading

This commit is contained in:
Athou
2022-08-26 08:23:28 +02:00
parent 3999532e77
commit 1daf57a4bd
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ export function FeedEntryHeader(props: FeedEntryHeaderProps) {
<Box className={classes.headerText}>{props.entry.title}</Box>
<Box className={classes.headerSubtext}>
<Box mr={6}>
<Image src={props.entry.iconUrl} alt="feed icon" width={18} height={18} />
<Image withPlaceholder src={props.entry.iconUrl} alt="feed icon" width={18} height={18} />
</Box>
<Box>
<Text color="dimmed">{props.entry.feedName}</Text>