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 038f21f commit 340382bCopy full SHA for 340382b
src/BootstrapBlazor.Shared/Components/Samples/MouseFollowers.razor
@@ -44,7 +44,7 @@
44
Introduction="@Localizer["MouseFollowerIconIntro"]"
45
Name="MouseFollowerIcon">
46
<MouseFollower FollowerMode="MouseFollowerMode.Image"
47
- Content="././images/performance.svg">
+ Content="./_content/BootstrapBlazor.Shared/images/performance.svg">
48
<div class="mouseFollower-demo" />
49
</MouseFollower>
50
</DemoBlock>
@@ -54,7 +54,7 @@
54
Name="MouseFollowerImage">
55
<MouseFollower Options="@FollowerImageOptions"
56
FollowerMode="MouseFollowerMode.Image"
57
- Content="././images/mousefollower/cat.gif">
+ Content="./_content/BootstrapBlazor.Shared/images/mousefollower/cat.gif">
58
59
60
0 commit comments