@@ -21,45 +21,45 @@ export default class MenuBar extends Component {
21
21
<ul >
22
22
<MenuBarEntry
23
23
@ path =" authenticated.organizations"
24
- @ icon =" building "
24
+ @ icon =" buildings "
25
25
@ title ={{t " components.layout.menu-bar.entries.organizations" }}
26
26
/>
27
27
<MenuBarEntry
28
28
@ path =" authenticated.users"
29
- @ icon =" user "
29
+ @ icon =" infoUser "
30
30
@ title ={{t " components.layout.menu-bar.entries.users" }}
31
31
/>
32
32
<MenuBarEntry
33
33
@ path =" authenticated.certification-centers"
34
- @ icon =" map-pin "
34
+ @ icon =" mapPin "
35
35
@ title ={{t " components.layout.menu-bar.entries.certification-centers" }}
36
36
@ inline ={{ true }}
37
37
/>
38
38
<MenuBarEntry
39
39
@ path =" authenticated.sessions"
40
- @ icon =" chalkboard-user "
40
+ @ icon =" session "
41
41
@ title ={{t " components.layout.menu-bar.entries.sessions" }}
42
42
@ inline ={{ true }}
43
43
/>
44
44
45
45
{{#if this . accessControl.hasAccessToCertificationActionsScope }}
46
46
<MenuBarEntry
47
47
@ path =" authenticated.certifications"
48
- @ icon =" graduation-cap "
48
+ @ icon =" newRealease "
49
49
@ title ={{t " components.layout.menu-bar.entries.certifications" }}
50
50
@ inline ={{ true }}
51
51
/>
52
52
{{/if }}
53
53
<MenuBarEntry
54
54
@ path =" authenticated.complementary-certifications"
55
- @ icon =" stamp "
55
+ @ icon =" extension "
56
56
@ title ={{t " components.layout.menu-bar.entries.complementary-certifications" }}
57
57
@ inline ={{ true }}
58
58
/>
59
59
{{#if this . accessControl.hasAccessToTargetProfilesActionsScope }}
60
60
<MenuBarEntry
61
61
@ path =" authenticated.target-profiles"
62
- @ icon =" clipboard-list "
62
+ @ icon =" assignment "
63
63
@ title ={{t " components.layout.menu-bar.entries.target-profiles" }}
64
64
@ inline ={{ true }}
65
65
/>
@@ -74,7 +74,7 @@ export default class MenuBar extends Component {
74
74
}}
75
75
<MenuBarEntry
76
76
@ path =" authenticated.autonomous-courses"
77
- @ icon =" signs-post "
77
+ @ icon =" signpost "
78
78
@ title ={{t " components.layout.menu-bar.entries.autonomous-courses" }}
79
79
/>
80
80
{{/if }}
@@ -89,26 +89,26 @@ export default class MenuBar extends Component {
89
89
{{#if this . accessControl.hasAccessToTrainings }}
90
90
<MenuBarEntry
91
91
@ path =" authenticated.trainings"
92
- @ icon =" book-open "
92
+ @ icon =" book"
93
93
@ title ={{t " components.layout.menu-bar.entries.trainings" }}
94
94
/>
95
95
{{/if }}
96
96
{{#if ( or this . currentUser.adminMember.isSuperAdmin this . currentUser.adminMember.isMetier) }}
97
97
<MenuBarEntry
98
98
@ path =" authenticated.tools"
99
- @ icon =" screwdriver-wrench "
99
+ @ icon =" tools "
100
100
@ title ={{t " components.layout.menu-bar.entries.tools" }}
101
101
/>
102
102
{{/if }}
103
103
{{#if this . currentUser.adminMember.isSuperAdmin }}
104
104
<MenuBarEntry
105
105
@ path =" authenticated.administration"
106
- @ icon =" crown "
106
+ @ icon =" shieldPerson "
107
107
@ title ={{t " components.layout.menu-bar.entries.administration" }}
108
108
/>
109
109
{{/if }}
110
110
111
- <MenuBarEntry @ path =" logout" @ icon =" power-off " @ title ={{t " components.layout.menu-bar.entries.logout" }} />
111
+ <MenuBarEntry @ path =" logout" @ icon =" power" @ title ={{t " components.layout.menu-bar.entries.logout" }} />
112
112
</ul >
113
113
</nav >
114
114
</template >
0 commit comments