We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb7c31 commit 703c733Copy full SHA for 703c733
src/components/ProfileMenu.tsx
@@ -24,8 +24,8 @@ const ProfileMenu = (profileMenuItems: MenuLinksProps) => {
24
useMenu();
25
26
const isGatech = isGTEmail(user?.email!);
27
- const BuzzProfile = 'buzz-profile.jpg';
28
- const LamaProfile = 'lama-profile.png';
+ const BuzzProfile = '/buzz-profile.jpg';
+ const LamaProfile = '/lama-profile.png';
29
const isProfileMenuOpen = Boolean(profileMenuAnchorEl);
30
const menuId = 'primary-search-account-menu';
31
return (
0 commit comments