|
9 | 9 | {{#if this.shouldDisplayCampaignsEntry}}
|
10 | 10 | <LinkTo @route="authenticated.campaigns" class="sidebar-nav__item">
|
11 | 11 | <span class="sidebar-nav__item-icon">
|
12 |
| - <img src="{{this.rootURL}}/icons/chevron-square-right.svg" alt="" role="none" /> |
| 12 | + <PixIcon @name="conversionPath" role="none" /> |
13 | 13 | </span>
|
14 | 14 | {{t "navigation.main.campaigns"}}
|
15 | 15 | </LinkTo>
|
|
18 | 18 | {{#if this.shouldDisplayCertificationsEntry}}
|
19 | 19 | <LinkTo @route="authenticated.certifications" class="sidebar-nav__item">
|
20 | 20 | <span class="sidebar-nav__item-icon">
|
21 |
| - <FaIcon @icon="award" /> |
| 21 | + <PixIcon @name="awards" role="none" /> |
22 | 22 | </span>
|
23 | 23 | {{t "navigation.main.certifications"}}
|
24 | 24 | </LinkTo>
|
25 | 25 | {{/if}}
|
26 | 26 | {{#if this.shouldDisplayMissionsEntry}}
|
27 | 27 | <LinkTo @route="authenticated.missions" class="sidebar-nav__item">
|
28 | 28 | <span class="sidebar-nav__item-icon">
|
29 |
| - <img src="{{this.rootURL}}/icons/chevron-square-right.svg" alt="" role="none" /> |
| 29 | + <PixIcon @name="conversionPath" role="none" /> |
30 | 30 | </span>
|
31 | 31 | {{t "navigation.main.missions"}}
|
32 | 32 | </LinkTo>
|
33 | 33 | {{/if}}
|
34 | 34 | {{#if this.shouldDisplayParticipantsEntry}}
|
35 | 35 | <LinkTo @route={{this.organizationLearnersList.route}} class="sidebar-nav__item">
|
36 | 36 | <span class="sidebar-nav__item-icon">
|
37 |
| - <img src="{{this.rootURL}}/icons/address-book-light.svg" alt="" role="none" /> |
| 37 | + <PixIcon @name="infoUser" role="none" /> |
38 | 38 | </span>
|
39 | 39 | {{t this.organizationLearnersList.label}}
|
40 | 40 | </LinkTo>
|
41 | 41 | {{/if}}
|
42 | 42 | <LinkTo @route="authenticated.team" class="sidebar-nav__item">
|
43 | 43 | <span class="sidebar-nav__item-icon">
|
44 |
| - <img src="{{this.rootURL}}/icons/users-light.svg" alt="" role="none" /> |
| 44 | + <PixIcon @name="users" role="none" /> |
45 | 45 | </span>
|
46 | 46 | {{t "navigation.main.team"}}
|
47 | 47 | </LinkTo>
|
48 | 48 | {{#if this.shouldDisplayPlacesEntry}}
|
49 | 49 | <LinkTo @route="authenticated.places" class="sidebar-nav__item">
|
50 | 50 | <span class="sidebar-nav__item-icon">
|
51 |
| - <FaIcon @icon="ticket" @prefix="fapix" /> |
| 51 | + <PixIcon @name="seat" role="none" /> |
52 | 52 | </span>
|
53 | 53 | {{t "navigation.main.places"}}
|
54 | 54 | </LinkTo>
|
55 | 55 | {{/if}}
|
56 | 56 | {{#if this.documentationUrl}}
|
57 | 57 | <a class="sidebar-nav__item" href={{this.documentationUrl}} target="_blank" rel="noopener noreferrer">
|
58 | 58 | <span class="sidebar-nav__item-icon">
|
59 |
| - <img src="{{this.rootURL}}/icons/book-light.svg" alt="" role="none" /> |
| 59 | + <PixIcon @name="book" role="none" /> |
60 | 60 | </span>
|
61 | 61 | {{t "navigation.main.documentation"}}
|
62 | 62 | </a>
|
|
69 | 69 | rel="noopener noreferrer"
|
70 | 70 | >
|
71 | 71 | <span class="sidebar-nav__item-icon">
|
72 |
| - <FaIcon @icon="circle-question" alt="{{t 'navigation.main.support'}}-icon" role="none" /> |
| 72 | + <PixIcon @name="help" role="none" /> |
73 | 73 | </span>
|
74 | 74 | {{t "navigation.main.support"}}
|
75 | 75 | </a>
|
|
0 commit comments