Skip to content

Commit 7ee48b3

Browse files
add hidden warning label (#9247)
1 parent a46fd29 commit 7ee48b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/ViewModels/ThirdPartyPackageManagerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public ThirdPartyPackageManagerViewModel(string name, string contactUrl) : base(
1919
{
2020
ContactUrl = contactUrl;
2121
AlertLevel = AlertLevel.Warning;
22-
AlertMessage = "The NuGet Team does not provide support for this client. Please contact its "
22+
AlertMessage = "<b display=\"none\" aria-label=\"warning\"></b> The NuGet Team does not provide support for this client. Please contact its "
2323
+ $"<a href=\"{contactUrl}\" aria-label=\"Contact the maintainers of the {name} client\">maintainers</a> for support.";
2424
}
2525
}

0 commit comments

Comments
 (0)