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 {