File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ export class AppComponent {
114
114
'capture-rebrand-arrow-left' ,
115
115
'capture-rebrand-share' ,
116
116
'capture-rebrand-more-horiz' ,
117
+ 'capture' ,
118
+ 'profile' ,
119
+ 'search' ,
117
120
] ;
118
121
119
122
for ( const iconName of captureRebrandedIconNames ) {
Original file line number Diff line number Diff line change 92
92
< mat-tab >
93
93
< ng-template mat-tab-label >
94
94
< button mat-icon-button (click) ="navigateToExploreTab() ">
95
- < ion -icon
96
- src =" /assets/images/icons/ search.svg "
95
+ < mat -icon
96
+ svgIcon =" search "
97
97
class ="tab-action-button-icon "
98
98
joyrideStep ="highlightHomeTab "
99
99
title ="Home Tab "
100
100
text ="View created captures "
101
- > </ ion -icon>
101
+ > </ mat -icon>
102
102
</ button >
103
103
</ ng-template >
104
104
< app-explore-tab > </ app-explore-tab >
105
105
</ mat-tab >
106
106
< mat-tab disabled >
107
107
< ng-template mat-tab-label >
108
108
< button mat-icon-button (click) ="captureWithCustomCamera() ">
109
- < ion -icon
110
- src =" /assets/images/icons/ capture.svg "
109
+ < mat -icon
110
+ svgIcon =" capture "
111
111
class ="tab-action-button-icon "
112
112
joyrideStep ="highlightCaptureButton "
113
113
[title] ="t('userGuide.capture') "
114
114
[text] ="
115
115
t('userGuide.createCapturesByTakingPhotosOrRecordingVideos')
116
116
"
117
- >
118
- camera_alt
119
- </ ion-icon >
117
+ > </ mat-icon >
120
118
</ button >
121
119
</ ng-template >
122
120
</ mat-tab >
123
121
< mat-tab >
124
122
< ng-template mat-tab-label >
125
123
< button mat-icon-button (click) ="navigateToInboxTab() ">
126
- < ion -icon
127
- src =" /assets/images/icons/ profile.svg "
124
+ < mat -icon
125
+ svgIcon =" profile "
128
126
class ="tab-action-button-icon "
129
127
joyrideStep ="highlightInboxTab "
130
128
[title] ="t('userGuide.inboxTab') "
131
129
[text] ="
132
130
t('userGuide.visitInboxForPurchasedItemsAndGiftsReceived')
133
131
"
134
- > </ ion -icon>
132
+ > </ mat -icon>
135
133
</ button >
136
134
</ ng-template >
137
135
< app-capture-tab > </ app-capture-tab >
You can’t perform that action at this time.
0 commit comments