From 51c65adf5aed21e01d7b35776ea6ff53ce023e8b Mon Sep 17 00:00:00 2001 From: Stephen Le Date: Thu, 14 Aug 2025 11:19:54 +0700 Subject: [PATCH] style(ui): update gateway icons to match BAM UI (ENG-63942) --- src/header/HeaderAccountMenu.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/header/HeaderAccountMenu.js b/src/header/HeaderAccountMenu.js index f40665e..7c5d3fe 100644 --- a/src/header/HeaderAccountMenu.js +++ b/src/header/HeaderAccountMenu.js @@ -21,13 +21,13 @@ SOFTWARE. */ import { t } from '@bluecateng/l10n.macro'; import { Layer, Menu, MenuItem, useMenuHandler } from '@bluecateng/pelagos'; -import UserAvatar from '@carbon/icons-react/es/UserAvatar'; - +import User from '@carbon/icons-react/es/User'; import PropTypes from 'prop-types'; + import usePlatformData from '../hooks/usePlatformData'; import { resizeButtonMenu } from '../utils/display'; -import './HeaderAccountMenu.less'; import AppShellIcon from './AppShellIcon'; +import './HeaderAccountMenu.less'; const doLogout = () => window.open('/logout', '_self'); @@ -63,7 +63,7 @@ const HeaderAccountMenu = ({ className }) => { aria-expanded={expanded} {...buttonProps}>