diff --git a/src/components/Cmdk/components/CmdkChat.tsx b/src/components/Cmdk/components/CmdkChat.tsx index 82704230..ec4d41d6 100644 --- a/src/components/Cmdk/components/CmdkChat.tsx +++ b/src/components/Cmdk/components/CmdkChat.tsx @@ -3,6 +3,8 @@ import clsx from "clsx"; import { Command } from "cmdk"; import React, { useEffect, useRef } from "react"; +import { basePath } from "~/lib/app.constants"; + import { cmdkChatQuestions } from "../cmdk.constants"; import { ArrowUpIcon } from "./ArrowUpIcon"; import { LoadingDots } from "./LoadingDots"; @@ -16,7 +18,7 @@ const AssistantMessage: React.FC<{ children: React.ReactNode; className?: string return (
- +
{children}