Skip to content

Commit 703c733

Browse files
fix(profile micon): fix get calling profile icon
1 parent 2eb7c31 commit 703c733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProfileMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const ProfileMenu = (profileMenuItems: MenuLinksProps) => {
2424
useMenu();
2525

2626
const isGatech = isGTEmail(user?.email!);
27-
const BuzzProfile = 'buzz-profile.jpg';
28-
const LamaProfile = 'lama-profile.png';
27+
const BuzzProfile = '/buzz-profile.jpg';
28+
const LamaProfile = '/lama-profile.png';
2929
const isProfileMenuOpen = Boolean(profileMenuAnchorEl);
3030
const menuId = 'primary-search-account-menu';
3131
return (

0 commit comments

Comments
 (0)