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 d80014b commit c6cc5b4Copy full SHA for c6cc5b4
2 files changed
src/components/BootstrapBlazor.Splitting/BootstrapBlazor.Splitting.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.0.2</Version>
+ <Version>9.0.3</Version>
5
</PropertyGroup>
6
7
src/components/BootstrapBlazor.Splitting/Components/Splitting/Splitting.razor.js
@@ -51,7 +51,7 @@ const loader = el => {
51
}
52
53
export async function init(id) {
54
- await addLink('./_content/BootstrapBlazor.Splitting/lib/splitting/splitting-cells.css')
+ await addLink('./_content/BootstrapBlazor.Splitting/splitting.bundle.css')
55
await addScript('./_content/BootstrapBlazor.Splitting/lib/splitting/splitting.min.js')
56
await addScript('./_content/BootstrapBlazor.Splitting/modules/gsap.min.js')
57
0 commit comments