Skip to content

Commit

Permalink
Merge pull request #4363 from Rashmini/org-dicovery-feature-improve
Browse files Browse the repository at this point in the history
Add new icons for organization discovery
  • Loading branch information
Rashmini authored Oct 26, 2023
2 parents 67f7544 + dfe08df commit 928e2e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-ducks-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/console": patch
---

Update icons in side panel
3 changes: 2 additions & 1 deletion apps/console/src/features/core/configs/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
BoltIcon,
EnvelopeGearIcon,
EnvelopeIcon,
EnvelopeMagnifyingGlassIcon,
HierarchyIcon,
LightbulbOnIcon,
LinearNodesIcon,
Expand Down Expand Up @@ -422,7 +423,7 @@ export const getAppViewRoutes = (useExtendedRoutes: boolean = false): RouteInter
}),
exact: true,
icon: {
icon: <HierarchyIcon fill="black" />
icon: <EnvelopeMagnifyingGlassIcon fill="black" />
},
id: "organizationDiscovery",
name: "console:manage.features.sidePanel.emailDomainDiscovery",
Expand Down
4 changes: 2 additions & 2 deletions apps/console/src/features/core/utils/route-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

import {
BuildingGearIcon,
BuildingPenIcon,
DatabaseDocumentIcon,
PaletteIcon,
SquareUserIcon
Expand Down Expand Up @@ -269,7 +269,7 @@ export class RouteUtils {
};

const organizationManagement: Omit<RouteInterface, "showOnSidePanel"> = {
icon: BuildingGearIcon,
icon: BuildingPenIcon,
id: "organizationManagement",
name: "Organization Management"
};
Expand Down

0 comments on commit 928e2e4

Please sign in to comment.