From aef341056d123beab90c168224856dbcbf4c3ae5 Mon Sep 17 00:00:00 2001 From: Nadezhda Tacheva <73842592+ntacheva@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:09:35 +0200 Subject: [PATCH] chore(aiprompt): fix icon --- components/aiprompt/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aiprompt/overview.md b/components/aiprompt/overview.md index e59c086d15..9ee0b43d33 100644 --- a/components/aiprompt/overview.md +++ b/components/aiprompt/overview.md @@ -44,7 +44,7 @@ The component allows you to interact with the output from the AI and execute a s private List PromptCommands { get; set; } = new List() { - new AIPromptCommandDescriptor() { Id = "1", Title = "Correct spelling and grammar", Icon = FontIcon.SpellChecker }, + new AIPromptCommandDescriptor() { Id = "1", Title = "Correct spelling and grammar", Icon = SvgIcon.SpellChecker }, new AIPromptCommandDescriptor() { Id = "2", Title = "Change Tone", Icon = SvgIcon.TellAFriend, Children = new List {