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 88 CardDescription ,
99 CardFooter ,
1010} from '../ui/card.tsx' ;
11- import { Avatar , AvatarFallback , AvatarImage } from '../ui/avatar.tsx' ;
1211import { Badge } from '../ui/badge.tsx' ;
1312import useDebounce from '../hooks/useDebounce.ts' ;
1413import ProposalInterestVote from './ProposalInterestVote.tsx' ;
@@ -134,16 +133,6 @@ export default function ProposalCard(props: ProposalCardProps) {
134133 </ Badge >
135134
136135 < 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 >
147136 < div className = "font-bold dark:text-gray-200" > { props . authorName } </ div >
148137
149138 < 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