Skip to content

Commit ebcf85c

Browse files
authored
About (#221)
* about
1 parent 4209e6c commit ebcf85c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

apps/docs/sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ module.exports = {
682682
id: 'company/about',
683683
label: 'About',
684684
customProps: {
685-
sidebar_icon: 'information-circle-solid',
685+
sidebar_icon: 'information-circle',
686686
},
687687
className: 'homepage-sidebar-item',
688688
},
@@ -713,7 +713,7 @@ module.exports = {
713713
id: 'company/branding',
714714
label: 'Branding',
715715
customProps: {
716-
sidebar_icon: 'tag-solid',
716+
sidebar_icon: 'tag',
717717
},
718718
className: 'homepage-sidebar-item',
719719
},

apps/docs/src/theme/Icon/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ import {
5959
GiftSolid,
6060
GlobeEurope,
6161
GlobeEuropeSolid,
62+
InformationCircle,
6263
InformationCircleSolid,
6364
JavascriptEx,
6465
Key,
@@ -94,6 +95,7 @@ import {
9495
Sun,
9596
Swatch,
9697
SwatchSolid,
98+
Tag,
9799
TagSolid,
98100
Tools,
99101
ToolsSolid,
@@ -224,6 +226,7 @@ export default {
224226
github: IconGitHub,
225227
'globe-europe': GlobeEurope,
226228
'globe-europe-solid': GlobeEuropeSolid,
229+
'information-circle': InformationCircle,
227230
'information-circle-solid': InformationCircleSolid,
228231
javascript: JavascriptEx,
229232
key: Key,
@@ -261,6 +264,7 @@ export default {
261264
'star-solid': StarSolid,
262265
stripe: Stripe,
263266
'swatch-solid': SwatchSolid,
267+
'tag': Tag,
264268
'tag-solid': TagSolid,
265269
tools: Tools,
266270
'tools-solid': ToolsSolid,

0 commit comments

Comments
 (0)