mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
show placeholder while favicon is loading
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user