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/shell/mobile/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/view/shell/mobile/index.tsx') diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index d289b126d..25ee30e34 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -33,7 +33,7 @@ import {createBackMenu, createForwardMenu} from './history-menu' import {createAccountsMenu} from './accounts-menu' import {createLocationMenu} from './location-menu' import {s, colors} from '../../lib/styles' -import {AVIS} from '../../lib/assets' +import {DEF_AVATER} from '../../lib/assets' const locationIconNeedsNudgeUp = (icon: IconProp) => icon === 'house' const SWIPE_GESTURE_DIST_TRIGGER = 0.5 @@ -186,7 +186,7 @@ export const MobileShell: React.FC = observer(() => { - +