diff --git a/src/interface/web/app/common/iconUtils.tsx b/src/interface/web/app/common/iconUtils.tsx index 6f1afe81..0ef7f09a 100644 --- a/src/interface/web/app/common/iconUtils.tsx +++ b/src/interface/web/app/common/iconUtils.tsx @@ -51,6 +51,7 @@ import { FilePdf, FileMd, MicrosoftWordLogo, + Microscope, } from "@phosphor-icons/react"; import { OrgMode } from "@/app/components/logo/fileLogo"; @@ -219,6 +220,10 @@ export function getIconForSlashCommand(command: string, customClassName: string return ; } + if (command.includes("research")) { + return ; + } + return ; }