Skip to content

Commit

Permalink
feat: add my account portal action option
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Oct 6, 2023
1 parent 76df6f1 commit e908549
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Bookmarks, FullscreenIcon, Notification, Task } from '@equinor/portal-ui';
import { Bookmarks, FullscreenIcon, MyAccount, Notification, Task } from '@equinor/portal-ui';

import { ServiceMessageIcon, ServiceMessages, ServiceMessageTooltip } from '@equinor/service-message';
import { NotificationBell } from '@equinor/notification';
Expand All @@ -14,14 +14,14 @@ export const actions: PortalAction[] = [
onClick: handleFullscreenClick,
topParOnly: true,
},
// {
// actionId: 'my-account',
// name: 'My Account',
// color: '#258800',
// icon: 'account_circle',
// component: MyAccount,
// dropDownOnly: true,
// },
{
actionId: 'my-account',
name: 'My Account',
color: '#258800',
icon: 'account_circle',
component: MyAccount,
dropDownOnly: true,
},
{
actionId: 'bookmarks',
name: 'Bookmarks',
Expand Down

0 comments on commit e908549

Please sign in to comment.