diff --git a/examples/Demo/Shared/Components/NotificationCenter.razor b/examples/Demo/Shared/Components/NotificationCenter.razor index a266526736..d8311e829c 100644 --- a/examples/Demo/Shared/Components/NotificationCenter.razor +++ b/examples/Demo/Shared/Components/NotificationCenter.razor @@ -2,7 +2,7 @@ @inject IDialogService DialogService @inject IMessageService MessageService - + @if (MessageService.Count(App.MESSAGES_NOTIFICATION_CENTER) > 0) { + \ No newline at end of file diff --git a/src/Core/Components/Button/FluentButton.razor b/src/Core/Components/Button/FluentButton.razor index 9ab7309014..d275959903 100644 --- a/src/Core/Components/Button/FluentButton.razor +++ b/src/Core/Components/Button/FluentButton.razor @@ -42,6 +42,7 @@ else disabled=@(Disabled || Loading) name=@Name required=@Required + aria-label=@Title title=@Title appearance=@Appearance.ToAttributeValue() custom-id="@CustomId" diff --git a/src/Core/Components/NavMenu/FluentNavGroup.razor b/src/Core/Components/NavMenu/FluentNavGroup.razor index baac263994..561808d6a0 100644 --- a/src/Core/Components/NavMenu/FluentNavGroup.razor +++ b/src/Core/Components/NavMenu/FluentNavGroup.razor @@ -6,7 +6,7 @@ @if (NavMenuExpanded || HasIcon) { -
+