Skip to content

Commit

Permalink
fix: change to EllipsisHorizontalTextWithTooltip to feed link
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 27, 2024
1 parent 7db5066 commit c8cdfd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/renderer/src/components/feed-summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ export function FollowSummary({
rel="noreferrer"
className="truncate"
>
{!isList ? feed.url || docs : `list:${feed.id}`}
<EllipsisHorizontalTextWithTooltip>
{`${!isList ? feed.url || docs : `list:${feed.id}`}`}
</EllipsisHorizontalTextWithTooltip>
</a>
</div>
</div>
Expand Down

0 comments on commit c8cdfd1

Please sign in to comment.