From ef45422d6054044bc3e19d7a1437f2ef2fae8671 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 21 May 2025 20:13:13 +0200 Subject: [PATCH] Standardization of the settings icon in the assistants to match the new chat options --- .../Assistants/AssistantBase.razor | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/app/MindWork AI Studio/Assistants/AssistantBase.razor b/app/MindWork AI Studio/Assistants/AssistantBase.razor index 47714c22..bc4d01df 100644 --- a/app/MindWork AI Studio/Assistants/AssistantBase.razor +++ b/app/MindWork AI Studio/Assistants/AssistantBase.razor @@ -4,23 +4,20 @@
- - @(this.Title) - + + + @(this.Title) + + + + - - - - @this.Description - - - - - - + + @this.Description + @if (this.Body is not null) {