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 37555ca commit 788a4d6Copy full SHA for 788a4d6
2 files changed
src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor
@@ -2,10 +2,6 @@
2
@layout MainLayout
3
@inject IStringLocalizer<IconParks> Localizer
4
5
-<HeadContent>
6
- <link rel="stylesheet" href="@Assets["_content/BootstrapBlazor.IconPark/BootstrapBlazor.IconPark.bundle.scp.css"]" />
7
-</HeadContent>
8
-
9
<h3>@Localizer["IconParkTitle"]</h3>
10
11
<h4>@Localizer["IconParkDescription"]</h4>
src/BootstrapBlazor.Server/Components/Samples/Icons/OctIcons.razor
@inject IStringLocalizer<OctIcons> Localizer
- <link rel="stylesheet" href="@Assets["_content/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.bundle.scp.css"]" />
<h3>@Localizer["OctIconTitle"]</h3>
<h4>@Localizer["OctIconDescription"]</h4>
0 commit comments