diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx
index 760301d9..f7b36fec 100644
--- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx
+++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx
@@ -133,42 +133,43 @@ export default function ChatInputArea(props: ChatInputProps) {
}
function getIconForSlashCommand(command: string) {
+ const className = 'h-4 w-4 mr-2';
if (command.includes('summarize')) {
- return