From 002ab0ea9816d6123ee99eda176510b4248ee9d2 Mon Sep 17 00:00:00 2001 From: rathi Date: Sun, 8 Dec 2024 16:10:34 -0500 Subject: [PATCH] some more ui updates 2 --- .env | 2 +- src/index.css | 2 +- src/pages/dashboard/ask.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 8fec16c..87e0f0b 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VITE_SUPABASE_URL=https://nvatjthzedykhikmttot.supabase.co VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im52YXRqdGh6ZWR5a2hpa210dG90Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzM1OTYxOTMsImV4cCI6MjA0OTE3MjE5M30.u4euR8U-XxxvOdLFmWJD2yrd4E_MPMt_X1yqRrDTF2I # N8N Configuration -VITE_N8N_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/chat-webhoo +VITE_N8N_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/chat-webhook VITE_N8N_UPLOAD_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/upload-webhook # Google Drive Configuration diff --git a/src/index.css b/src/index.css index 322b93a..420e404 100644 --- a/src/index.css +++ b/src/index.css @@ -60,6 +60,6 @@ @layer utilities { .gradient-text { - @apply bg-clip-text text-transparent bg-gradient-to-r from-primary to-purple-400; + @apply bg-clip-text text-transparent bg-gradient-to-r from-[#9333EA] to-[#A855F7]; } } diff --git a/src/pages/dashboard/ask.tsx b/src/pages/dashboard/ask.tsx index c9151b3..83f7998 100644 --- a/src/pages/dashboard/ask.tsx +++ b/src/pages/dashboard/ask.tsx @@ -235,7 +235,7 @@ export default function AskQuestion() { {/* Main Chat Container - Added pb-20 to create space at bottom */} -
+
{/* Messages Container */}
{error && (