|
|
@@ -96,9 +96,12 @@ const UserMenu = (props: UserMenuProps) => {
|
|
|
<UncontrolledDropdown id="userMenu" size="sm">
|
|
|
<DropdownToggle caret color="secondary" outline>
|
|
|
<span className="material-symbols-outlined fs-5">settings</span>
|
|
|
- {/* TODO:Replace with except for fontawesome */}
|
|
|
{(user.status === USER_STATUS.INVITED && !isInvitationEmailSended)
|
|
|
- && <i className={`fa fa-circle text-danger grw-usermenu-notification-icon ${styles['grw-usermenu-notification-icon']}`} />}
|
|
|
+ && (
|
|
|
+ <span className={`material-symbols-outlined fill fs-6 text-danger grw-usermenu-notification-icon ${styles['grw-usermenu-notification-icon']}`}>
|
|
|
+ circle
|
|
|
+ </span>
|
|
|
+ )}
|
|
|
</DropdownToggle>
|
|
|
<DropdownMenu strategy="fixed">
|
|
|
{renderEditMenu()}
|