File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
src/BootstrapBlazor.Server/Extensions Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -1607,13 +1607,13 @@ void AddIcons(DemoMenuItem item)
16071607 } ,
16081608 new ( )
16091609 {
1610- Text = Localizer [ "AntDesignIcon " ] ,
1611- Url = "ant-design -icon"
1610+ Text = Localizer [ "OctIcon " ] ,
1611+ Url = "oct -icon"
16121612 } ,
16131613 new ( )
16141614 {
1615- Text = Localizer [ "ElementIcon " ] ,
1616- Url = "element -icon"
1615+ Text = Localizer [ "UniverIcon " ] ,
1616+ Url = "univer -icon"
16171617 } ,
16181618 new ( )
16191619 {
@@ -1622,14 +1622,13 @@ void AddIcons(DemoMenuItem item)
16221622 } ,
16231623 new ( )
16241624 {
1625- Text = Localizer [ "OctIcon " ] ,
1626- Url = "oct -icon"
1625+ Text = Localizer [ "ElementIcon " ] ,
1626+ Url = "element -icon"
16271627 } ,
16281628 new ( )
16291629 {
1630- IsNew = true ,
1631- Text = Localizer [ "UniverIcon" ] ,
1632- Url = "univer-icon"
1630+ Text = Localizer [ "AntDesignIcon" ] ,
1631+ Url = "ant-design-icon"
16331632 }
16341633 } ;
16351634 AddBadge ( item ) ;
You can’t perform that action at this time.
0 commit comments