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 @@ -1627,13 +1627,13 @@ void AddIcons(DemoMenuItem item)
16271627 } ,
16281628 new ( )
16291629 {
1630- Text = Localizer [ "AntDesignIcon " ] ,
1631- Url = "ant-design -icon"
1630+ Text = Localizer [ "OctIcon " ] ,
1631+ Url = "oct -icon"
16321632 } ,
16331633 new ( )
16341634 {
1635- Text = Localizer [ "ElementIcon " ] ,
1636- Url = "element -icon"
1635+ Text = Localizer [ "UniverIcon " ] ,
1636+ Url = "univer -icon"
16371637 } ,
16381638 new ( )
16391639 {
@@ -1642,14 +1642,13 @@ void AddIcons(DemoMenuItem item)
16421642 } ,
16431643 new ( )
16441644 {
1645- Text = Localizer [ "OctIcon " ] ,
1646- Url = "oct -icon"
1645+ Text = Localizer [ "ElementIcon " ] ,
1646+ Url = "element -icon"
16471647 } ,
16481648 new ( )
16491649 {
1650- IsNew = true ,
1651- Text = Localizer [ "UniverIcon" ] ,
1652- Url = "univer-icon"
1650+ Text = Localizer [ "AntDesignIcon" ] ,
1651+ Url = "ant-design-icon"
16531652 }
16541653 } ;
16551654 AddBadge ( item ) ;
You can’t perform that action at this time.
0 commit comments