File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 8
8
CardDescription ,
9
9
CardFooter ,
10
10
} from '../ui/card.tsx' ;
11
- import { Avatar , AvatarFallback , AvatarImage } from '../ui/avatar.tsx' ;
12
11
import { Badge } from '../ui/badge.tsx' ;
13
12
import useDebounce from '../hooks/useDebounce.ts' ;
14
13
import ProposalInterestVote from './ProposalInterestVote.tsx' ;
@@ -134,16 +133,6 @@ export default function ProposalCard(props: ProposalCardProps) {
134
133
</ Badge >
135
134
136
135
< div className = "flex flex-row place-items-center gap-2" >
137
- < Avatar className = "inline-flex items-center justify-center w-10 h-10 rounded-full bg-slate-200" >
138
- < AvatarImage
139
- alt = "avatar"
140
- src = "http://placedog.net/100/100?50"
141
- className = "w-full h-full object-cover rounded-full"
142
- />
143
- < AvatarFallback className = "capitalize" >
144
- { displayName }
145
- </ AvatarFallback >
146
- </ Avatar >
147
136
< div className = "font-bold dark:text-gray-200" > { props . authorName } </ div >
148
137
149
138
< div className = "text-sm text-gray-500 dark:text-gray-400 content-center" >
You can’t perform that action at this time.
0 commit comments