From e6627183e1f0552588893851815f43021b4d610d Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 28 Sep 2022 14:00:40 -0500 Subject: Switch to one default avi --- src/view/com/post-thread/PostThreadItem.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/view/com/post-thread/PostThreadItem.tsx') diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index ebc81d887..8a2034cc6 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -10,7 +10,7 @@ import {Link} from '../util/Link' import {PostDropdownBtn} from '../util/DropdownBtn' import {s, colors} from '../../lib/styles' import {ago, pluralize} from '../../lib/strings' -import {AVIS} from '../../lib/assets' +import {DEF_AVATER} from '../../lib/assets' import {useStores} from '../../../state' export const PostThreadItem = observer(function PostThreadItem({ @@ -105,10 +105,7 @@ export const PostThreadItem = observer(function PostThreadItem({ - + @@ -190,10 +187,7 @@ export const PostThreadItem = observer(function PostThreadItem({ - + -- cgit 1.4.1