File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >10.1.4 </Version >
4+ <Version >10.1.5-beta01 </Version >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 1- @namespace BootstrapBlazor.Components
1+ @namespace BootstrapBlazor.Components
22@inherits BootstrapModuleComponentBase
33@attribute [BootstrapModuleAutoLoader(JSObjectReference = true)]
44
4242 {
4343 <a class =" carousel-control-prev" data-bs-slide =" prev" @onclick:preventDefault href =" @TargetId" >
4444 <i class =" @PreviousIcon" ></i >
45- <span class =" sr-only " >Previous </span >
45+ <span class =" visually-hidden " >Previous </span >
4646 </a >
4747 <a class =" carousel-control-next" data-bs-slide =" next" @onclick:preventDefault href =" @TargetId" >
4848 <i class =" @NextIcon" ></i >
49- <span class =" sr-only " >Next </span >
49+ <span class =" visually-hidden " >Next </span >
5050 </a >
5151 }
5252 </RenderTemplate >
You can’t perform that action at this time.
0 commit comments