Skip to content

Commit

Permalink
Reduce favicon size in FeedLink component for better alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jan 5, 2025
1 parent f206508 commit ef96713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Pages/Reader/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@ const FeedLink = function FeedLink({
>
<Image
src={feed.favicon_url}
w={20}
h={20}
w={15}
h={15}
mr={9}
/>
<span>{feed.name}</span>
Expand Down

0 comments on commit ef96713

Please sign in to comment.