Skip to content

Commit 1f0603f

Browse files
niels9001vanzue
authored andcommitted
Logo change
1 parent 374dccc commit 1f0603f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings-ui/Settings.UI.Library/AIServiceTypeRegistry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class AIServiceTypeRegistry
1919
{
2020
ServiceType = AIServiceType.AzureAIInference,
2121
DisplayName = "Azure AI Inference",
22-
IconPath = "ms-appx:///Assets/Settings/Icons/Models/FoundryLocal.svg", // No icon for Azure AI Inference, use Foundry Local temporarily
22+
IconPath = "ms-appx:///Assets/Settings/Icons/Models/Azure.svg",
2323
IsOnlineService = true,
2424
LegalDescription = "AdvancedPaste_AzureAIInference_LegalDescription",
2525
TermsLabel = "AdvancedPaste_AzureAIInference_TermsLabel",

0 commit comments

Comments
 (0)