File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/renderer/src/modules/settings/tabs Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import {
13
13
TableHeader ,
14
14
TableRow ,
15
15
} from "~/components/ui/table"
16
+ import { EllipsisHorizontalTextWithTooltip } from "~/components/ui/typography"
16
17
import { useAuthQuery } from "~/hooks/common"
17
18
import { Balance } from "~/modules/wallet/balance"
18
19
import { Queries } from "~/queries"
@@ -57,9 +58,9 @@ export const SettingFeeds = () => {
57
58
className = "flex items-center"
58
59
>
59
60
< FeedIcon fallback feed = { row . feed } size = { 16 } />
60
- < span className = "inline-block max-w-[200px] truncate" >
61
+ < EllipsisHorizontalTextWithTooltip className = "inline-block max-w-[200px] truncate" >
61
62
{ row . feed . title }
62
- </ span >
63
+ </ EllipsisHorizontalTextWithTooltip >
63
64
</ a >
64
65
</ TableCell >
65
66
< TableCell align = "center" className = "tabular-nums" size = "sm" >
You can’t perform that action at this time.
0 commit comments