Skip to content

Commit 0806af3

Browse files
authored
chore(aiprompt): fix icon (#2561)
1 parent edf6ce7 commit 0806af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/aiprompt/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The component allows you to interact with the output from the AI and execute a s
4444
4545
private List<AIPromptCommandDescriptor> PromptCommands { get; set; } = new List<AIPromptCommandDescriptor>()
4646
{
47-
new AIPromptCommandDescriptor() { Id = "1", Title = "Correct spelling and grammar", Icon = FontIcon.SpellChecker },
47+
new AIPromptCommandDescriptor() { Id = "1", Title = "Correct spelling and grammar", Icon = SvgIcon.SpellChecker },
4848
new AIPromptCommandDescriptor() { Id = "2", Title = "Change Tone", Icon = SvgIcon.TellAFriend,
4949
Children = new List<AIPromptCommandDescriptor>
5050
{

0 commit comments

Comments
 (0)