We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8671b84 commit 6f2c35dCopy full SHA for 6f2c35d
src/BootstrapBlazor.Server/Components/Samples/Icons/AntDesignIcons.razor
@@ -23,7 +23,8 @@
23
<Pre><link href="_content/BootstrapBlazor.AntDesignIcon/BootstrapBlazor.AntDesignIcon.bundle.scp.css" rel="stylesheet"></Pre>
24
25
<div class="mb-2">
26
- <AntDesignIcon Category="AntDesignIconCategory.Outlined" Name="github"></AntDesignIcon>
+ <AntDesignIcon Category="AntDesignIconCategory.Filled" Name="left-circle"></AntDesignIcon>
27
+ <AntDesignIcon Category="AntDesignIconCategory.Outlined" Name="left-circle"></AntDesignIcon>
28
</div>
29
30
<Pre><AntDesignIcon Category="AntDesignIconCategory.Outlined" Name="github"></AntDesignIcon></Pre>
0 commit comments