@@ -69,7 +64,7 @@ function TopRight(props: Props) {
-
+
);
}
diff --git a/frontend/app/layout/data.ts b/frontend/app/layout/data.ts
index 4f6b73251..b4de2fa60 100644
--- a/frontend/app/layout/data.ts
+++ b/frontend/app/layout/data.ts
@@ -9,6 +9,7 @@ export interface MenuItem {
route?: string;
hidden?: boolean;
disabled?: boolean;
+ leading?: any;
}
interface Category {
@@ -93,7 +94,7 @@ export const categories: Category[] = [
key: 'other',
items: [
{ label: 'Feature Flags', key: MENU.FEATURE_FLAGS, icon: 'toggles' },
- { label: 'Preferences', key: MENU.PREFERENCES, icon: 'sliders' },
+ { label: 'Preferences', key: MENU.PREFERENCES, icon: 'sliders', leading: 'chevron-right' },
{ label: 'Support', key: MENU.SUPPORT, icon: 'question-circle' }
]
}
@@ -114,7 +115,7 @@ export const preferences: Category[] = [
{ label: 'Roles & Access', key: PREFERENCES_MENU.ROLES_ACCESS, icon: 'diagram-3' },
{ label: 'Audit', key: PREFERENCES_MENU.AUDIT, icon: 'list-ul' },
{ label: 'Team', key: PREFERENCES_MENU.TEAM, icon: 'people' },
- { label: 'Notifications', key: PREFERENCES_MENU.NOTIFICATIONS, icon: 'bell' },
+ { label: 'Notifications', key: PREFERENCES_MENU.NOTIFICATIONS, icon: 'bell' }
// { label: 'Billing', key: PREFERENCES_MENU.BILLING, icon: 'bell' }
]
}
diff --git a/frontend/app/svg/icons/avatar/icn_avatar1.svg b/frontend/app/svg/icons/avatar/icn_avatar1.svg
index a834c7a22..bc6eb9101 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar1.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar1.svg
@@ -1,48 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar10.svg b/frontend/app/svg/icons/avatar/icn_avatar10.svg
index dd0db9350..52f406b02 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar10.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar10.svg
@@ -1,42 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar11.svg b/frontend/app/svg/icons/avatar/icn_avatar11.svg
index a514e7626..a65198f0d 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar11.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar11.svg
@@ -1,90 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar12.svg b/frontend/app/svg/icons/avatar/icn_avatar12.svg
index 4b32375d6..825a71bbb 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar12.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar12.svg
@@ -1,43 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar13.svg b/frontend/app/svg/icons/avatar/icn_avatar13.svg
index 6a6628833..95ae1bb5a 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar13.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar13.svg
@@ -1,43 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar14.svg b/frontend/app/svg/icons/avatar/icn_avatar14.svg
index 8c0bddc3b..cd5a82e9c 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar14.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar14.svg
@@ -1,55 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar15.svg b/frontend/app/svg/icons/avatar/icn_avatar15.svg
index ca6302afa..3cba66b97 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar15.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar15.svg
@@ -1,47 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar16.svg b/frontend/app/svg/icons/avatar/icn_avatar16.svg
index a19b3e5b0..f2cedd981 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar16.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar16.svg
@@ -1,52 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar17.svg b/frontend/app/svg/icons/avatar/icn_avatar17.svg
index e4626578a..8f31b53c0 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar17.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar17.svg
@@ -1,44 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar18.svg b/frontend/app/svg/icons/avatar/icn_avatar18.svg
index 49af7f36b..6970d3759 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar18.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar18.svg
@@ -1,48 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar19.svg b/frontend/app/svg/icons/avatar/icn_avatar19.svg
index 5963b8412..8d1798ffb 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar19.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar19.svg
@@ -1,38 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar2.svg b/frontend/app/svg/icons/avatar/icn_avatar2.svg
index b5191f915..de80c93e3 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar2.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar2.svg
@@ -1,45 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar20.svg b/frontend/app/svg/icons/avatar/icn_avatar20.svg
index 4972e263f..7824deb6c 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar20.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar20.svg
@@ -1,53 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar21.svg b/frontend/app/svg/icons/avatar/icn_avatar21.svg
index 1bf436921..9e4114867 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar21.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar21.svg
@@ -1,45 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar22.svg b/frontend/app/svg/icons/avatar/icn_avatar22.svg
index ccb89aebe..1207dd4ca 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar22.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar22.svg
@@ -1,47 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar23.svg b/frontend/app/svg/icons/avatar/icn_avatar23.svg
index 727b39982..a8a85a1ad 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar23.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar23.svg
@@ -1,42 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar24.svg b/frontend/app/svg/icons/avatar/icn_avatar24.svg
deleted file mode 100644
index cc51c0f94..000000000
--- a/frontend/app/svg/icons/avatar/icn_avatar24.svg
+++ /dev/null
@@ -1,50 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar25.svg b/frontend/app/svg/icons/avatar/icn_avatar25.svg
deleted file mode 100644
index 3cbe65771..000000000
--- a/frontend/app/svg/icons/avatar/icn_avatar25.svg
+++ /dev/null
@@ -1,55 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar26.svg b/frontend/app/svg/icons/avatar/icn_avatar26.svg
deleted file mode 100644
index 175dc112c..000000000
--- a/frontend/app/svg/icons/avatar/icn_avatar26.svg
+++ /dev/null
@@ -1,51 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar27.svg b/frontend/app/svg/icons/avatar/icn_avatar27.svg
deleted file mode 100644
index d55200289..000000000
--- a/frontend/app/svg/icons/avatar/icn_avatar27.svg
+++ /dev/null
@@ -1,41 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar28.svg b/frontend/app/svg/icons/avatar/icn_avatar28.svg
deleted file mode 100644
index 2babfe608..000000000
--- a/frontend/app/svg/icons/avatar/icn_avatar28.svg
+++ /dev/null
@@ -1,51 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar29.svg b/frontend/app/svg/icons/avatar/icn_avatar29.svg
deleted file mode 100644
index c3e648e8d..000000000
--- a/frontend/app/svg/icons/avatar/icn_avatar29.svg
+++ /dev/null
@@ -1,82 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar3.svg b/frontend/app/svg/icons/avatar/icn_avatar3.svg
index afb7e2001..487fd27a9 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar3.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar3.svg
@@ -1,43 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar30.svg b/frontend/app/svg/icons/avatar/icn_avatar30.svg
deleted file mode 100644
index 6e281ed95..000000000
--- a/frontend/app/svg/icons/avatar/icn_avatar30.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar31.svg b/frontend/app/svg/icons/avatar/icn_avatar31.svg
deleted file mode 100644
index 28e374dab..000000000
--- a/frontend/app/svg/icons/avatar/icn_avatar31.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar32.svg b/frontend/app/svg/icons/avatar/icn_avatar32.svg
deleted file mode 100644
index e7a75d6f5..000000000
--- a/frontend/app/svg/icons/avatar/icn_avatar32.svg
+++ /dev/null
@@ -1,42 +0,0 @@
-
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar4.svg b/frontend/app/svg/icons/avatar/icn_avatar4.svg
index a1043f9d0..b3907317d 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar4.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar4.svg
@@ -1,43 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar5.svg b/frontend/app/svg/icons/avatar/icn_avatar5.svg
index 3a3a67279..120c4c135 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar5.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar5.svg
@@ -1,42 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar6.svg b/frontend/app/svg/icons/avatar/icn_avatar6.svg
index fd39b98f9..7e3e64dec 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar6.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar6.svg
@@ -1,61 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar7.svg b/frontend/app/svg/icons/avatar/icn_avatar7.svg
index ae8b6a6f5..3bf533b31 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar7.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar7.svg
@@ -1,38 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar8.svg b/frontend/app/svg/icons/avatar/icn_avatar8.svg
index cedf10093..63408ae74 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar8.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar8.svg
@@ -1,38 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/icons/avatar/icn_avatar9.svg b/frontend/app/svg/icons/avatar/icn_avatar9.svg
index 8a15df20f..da6bc95e3 100644
--- a/frontend/app/svg/icons/avatar/icn_avatar9.svg
+++ b/frontend/app/svg/icons/avatar/icn_avatar9.svg
@@ -1,47 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/app/svg/logo.svg b/frontend/app/svg/logo.svg
index d5bef5cba..3a0eacac4 100644
--- a/frontend/app/svg/logo.svg
+++ b/frontend/app/svg/logo.svg
@@ -1,12 +1,12 @@
-
-