File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -682,7 +682,7 @@ module.exports = {
682
682
id : 'company/about' ,
683
683
label : 'About' ,
684
684
customProps : {
685
- sidebar_icon : 'information-circle-solid ' ,
685
+ sidebar_icon : 'information-circle' ,
686
686
} ,
687
687
className : 'homepage-sidebar-item' ,
688
688
} ,
@@ -713,7 +713,7 @@ module.exports = {
713
713
id : 'company/branding' ,
714
714
label : 'Branding' ,
715
715
customProps : {
716
- sidebar_icon : 'tag-solid ' ,
716
+ sidebar_icon : 'tag' ,
717
717
} ,
718
718
className : 'homepage-sidebar-item' ,
719
719
} ,
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ import {
59
59
GiftSolid ,
60
60
GlobeEurope ,
61
61
GlobeEuropeSolid ,
62
+ InformationCircle ,
62
63
InformationCircleSolid ,
63
64
JavascriptEx ,
64
65
Key ,
@@ -94,6 +95,7 @@ import {
94
95
Sun ,
95
96
Swatch ,
96
97
SwatchSolid ,
98
+ Tag ,
97
99
TagSolid ,
98
100
Tools ,
99
101
ToolsSolid ,
@@ -224,6 +226,7 @@ export default {
224
226
github : IconGitHub ,
225
227
'globe-europe' : GlobeEurope ,
226
228
'globe-europe-solid' : GlobeEuropeSolid ,
229
+ 'information-circle' : InformationCircle ,
227
230
'information-circle-solid' : InformationCircleSolid ,
228
231
javascript : JavascriptEx ,
229
232
key : Key ,
@@ -261,6 +264,7 @@ export default {
261
264
'star-solid' : StarSolid ,
262
265
stripe : Stripe ,
263
266
'swatch-solid' : SwatchSolid ,
267
+ 'tag' : Tag ,
264
268
'tag-solid' : TagSolid ,
265
269
tools : Tools ,
266
270
'tools-solid' : ToolsSolid ,
You can’t perform that action at this time.
0 commit comments