From 536c5b5f546e3ecb7043d46ef1ff27bc6ba11cdd Mon Sep 17 00:00:00 2001 From: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:49:26 +0300 Subject: [PATCH] docs: add ai chat assistant for better-auth docs (#4735) --- docs/components/ai-chat-modal.tsx | 4 ++++ pnpm-lock.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/components/ai-chat-modal.tsx b/docs/components/ai-chat-modal.tsx index eaae4ab7..eee618cb 100644 --- a/docs/components/ai-chat-modal.tsx +++ b/docs/components/ai-chat-modal.tsx @@ -10,7 +10,11 @@ import { } from "@/components/ui/dialog"; import { Textarea } from "@/components/ui/textarea"; import { cn } from "@/lib/utils"; +<<<<<<< HEAD import { Send, Bot, User, AlertCircle } from "lucide-react"; +======= +import { Send, Loader2, Bot, User, AlertCircle } from "lucide-react"; +>>>>>>> 7df69c23b (docs: add ai chat assistant for better-auth docs (#4735)) import { MarkdownRenderer } from "./markdown-renderer"; import { betterFetch } from "@better-fetch/fetch"; import { atom } from "jotai"; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c07e8e7..dee56ff8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17605,9 +17605,9 @@ snapshots: transitivePeerDependencies: - '@babel/core' - bufferutil + - bufferutil - supports-color - utf-8-validate - optional: true '@react-native/normalize-colors@0.74.89': {}