From 735e1a0e41a95f86ed3f71c172606ecbf94d1ff3 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 31 Jul 2024 13:25:29 -0300 Subject: [PATCH] Fix Zeta AI chat icon (#413) --- src/components/Cmdk/components/CmdkChat.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}