From b8538e6ac5f474d1cbac3846a2558b14cd0e5241 Mon Sep 17 00:00:00 2001 From: Chandrapal Badshah <12944530+Chan9390@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:13:42 +0530 Subject: [PATCH] Use CustomButton component --- ui/components/lighthouse/chat.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ui/components/lighthouse/chat.tsx b/ui/components/lighthouse/chat.tsx index 8893495088..5797d4b959 100644 --- a/ui/components/lighthouse/chat.tsx +++ b/ui/components/lighthouse/chat.tsx @@ -5,6 +5,7 @@ import Link from "next/link"; import { useEffect, useRef } from "react"; import { MemoizedMarkdown } from "@/components/lighthouse/memoized-markdown"; +import { CustomButton } from "@/components/ui/custom"; interface SuggestedAction { title: string; @@ -113,9 +114,10 @@ export const Chat = ({ hasApiKey }: ChatProps) => {