diff --git a/src/renderer/src/modules/entry-column/social-media-item.tsx b/src/renderer/src/modules/entry-column/social-media-item.tsx index 3d776e6b58..0fbbb714b4 100644 --- a/src/renderer/src/modules/entry-column/social-media-item.tsx +++ b/src/renderer/src/modules/entry-column/social-media-item.tsx @@ -1,3 +1,4 @@ +import { Slot } from "@radix-ui/react-slot" import { FeedIcon } from "@renderer/components/feed-icon" import { ActionButton } from "@renderer/components/ui/button" import { RelativeTime } from "@renderer/components/ui/datetime" @@ -123,7 +124,9 @@ const ActionBar = ({ entryId }: { entryId: string }) => { + + {item.icon} + ) : ( )