diff --git a/examples/Demo/Shared/Pages/Home/Videos.razor b/examples/Demo/Shared/Pages/Home/Videos.razor index 5756663034..3b2dfc2c51 100644 --- a/examples/Demo/Shared/Pages/Home/Videos.razor +++ b/examples/Demo/Shared/Pages/Home/Videos.razor @@ -9,10 +9,20 @@

Every now and then, we do guests appearances in videos to promote the library and show a bit more on how it works. See the overview below for our most recent appearances

+ +
.NET Conf 2024
+
+ +
+
+ + + +
ASP.NET Community Standup 2024
- +
@@ -22,25 +32,25 @@
Open at Microsoft - 2024
- +
- +
- +
.NET Conf 2023
- +
diff --git a/src/Core/Components/Rating/FluentRating.razor b/src/Core/Components/Rating/FluentRating.razor index 43570b6501..fe50ccfabb 100644 --- a/src/Core/Components/Rating/FluentRating.razor +++ b/src/Core/Components/Rating/FluentRating.razor @@ -4,7 +4,6 @@ @if (!string.IsNullOrEmpty(Label) || LabelTemplate is not null) { @LabelTemplate - _labelUsed = true; }
{ private bool _updatingCurrentValue = false; private int? _hoverValue = null; - private bool _labelUsed; /// protected override string? ClassValue => new CssBuilder(base.ClassValue)