From 24682cdd20e9798daa31b6893d1b06512395d140 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Fri, 17 Jul 2026 23:19:31 +0330 Subject: [PATCH] up --- src/shared/Header.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/shared/Header.tsx b/src/shared/Header.tsx index c6ea7f4..8d0b6a4 100644 --- a/src/shared/Header.tsx +++ b/src/shared/Header.tsx @@ -1,5 +1,6 @@ import { type FC } from 'react' import Input from '@/components/Input' +import PresignedImage from '@/components/PresignedImage' import { HambergerMenu, Wallet } from 'iconsax-react' import Notifications from '@/pages/notification/Notification' import { useSharedStore } from './store/useSharedStore' @@ -50,7 +51,15 @@ const Header: FC = () => { {displayName && (
- {initials} + {data?.avatarUrl ? ( + + ) : ( + initials + )}
{displayName}