Skip to content

Commit

Permalink
fix: feed icon style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 1, 2024
1 parent 7513130 commit 03c202e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/feed-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export function FeedIcon({

if (fallback && !!image) {
return (
<Avatar>
<Avatar className="shrink-0">
<AvatarImage
className="duration-200 animate-in fade-in-0"
src={image || ""}
Expand Down

0 comments on commit 03c202e

Please sign in to comment.