File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
apps/web/src/app/[orgShortcode]/convo/_components Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import { useIsMobile } from '@/src/hooks/use-is-mobile';
19
19
import { Trash } from '@phosphor-icons/react/dist/ssr' ;
20
20
import { useTimeAgo } from '@/src/hooks/use-time-ago' ;
21
21
import { useLongPress } from '@uidotdev/usehooks' ;
22
- import { Avatar } from '@/src/components/avatar' ;
23
22
import { type TypeId } from '@u22n/utils/typeid' ;
24
23
import { usePathname } from 'next/navigation' ;
25
24
import { convoListSelecting } from '../atoms' ;
@@ -172,10 +171,10 @@ export const ConvoItem = memo(function ConvoItem({
172
171
</ span >
173
172
174
173
< div className = "flex flex-row items-start justify-start gap-1 text-left text-sm" >
175
- < span className = "ph-no-capture font-semibold" >
176
- { authorAvatarData ?. name + ':' ?? '' }
177
- </ span >
178
174
< span className = "ph-no-capture line-clamp-2 overflow-clip break-words" >
175
+ < span className = "font-semibold" >
176
+ { authorAvatarData ?. name + ':' ?? '' }
177
+ </ span >
179
178
{ convo . entries [ 0 ] ?. bodyPlainText . trim ( ) ?? '' }
180
179
</ span >
181
180
</ div >
You can’t perform that action at this time.
0 commit comments