Skip to content

Commit 788a4d6

Browse files
committed
doc: 移除样式
1 parent 37555ca commit 788a4d6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
@layout MainLayout
33
@inject IStringLocalizer<IconParks> Localizer
44

5-
<HeadContent>
6-
<link rel="stylesheet" href="@Assets["_content/BootstrapBlazor.IconPark/BootstrapBlazor.IconPark.bundle.scp.css"]" />
7-
</HeadContent>
8-
95
<h3>@Localizer["IconParkTitle"]</h3>
106

117
<h4>@Localizer["IconParkDescription"]</h4>

src/BootstrapBlazor.Server/Components/Samples/Icons/OctIcons.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
@layout MainLayout
33
@inject IStringLocalizer<OctIcons> Localizer
44

5-
<HeadContent>
6-
<link rel="stylesheet" href="@Assets["_content/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.bundle.scp.css"]" />
7-
</HeadContent>
8-
95
<h3>@Localizer["OctIconTitle"]</h3>
106

117
<h4>@Localizer["OctIconDescription"]</h4>

0 commit comments

Comments
 (0)