@@ -76,9 +81,9 @@ function TopBar({ profileDropState, toggleProfileDropState, toggleMenuState }: P
height={24}
alt='Profile avatar'
className='rounded-full'
- src={'/assets/images/user-avatar.png'} />
+ src={'/assets/images/avatar.svg'} />
-
مهرداد مظفری
+
{fullName}
{/*

*/}
@@ -91,14 +96,15 @@ function TopBar({ profileDropState, toggleProfileDropState, toggleMenuState }: P
>
-
mail@danakcorp.com
+
{profileData?.firstName + ' ' + profileData?.lastName}
+ {/*
{profileData?.phone}
*/}