From 2b6e95bfff52ee8edd54f0285d390e34951123a1 Mon Sep 17 00:00:00 2001 From: Tushar98644 Date: Tue, 18 Jul 2023 17:33:02 +0530 Subject: [PATCH] enhancements --- .env.sample | 3 +- README.md | 2 +- src/components/Navbar/Navbar.tsx | 53 ++++++++++++++++++++---------- src/components/chatbot/chatbot.tsx | 4 +-- 4 files changed, 40 insertions(+), 22 deletions(-) diff --git a/.env.sample b/.env.sample index 9697bf2..9211531 100644 --- a/.env.sample +++ b/.env.sample @@ -5,5 +5,4 @@ GOOGLE_SECRET="Your OAuth google_secret" SECRET="YOUR NEXT_AUTH secret" MONGODB_URI="your mongodb cluster uri" NEXT_PUBLIC_ADMIN_EMAIL="Your Admin_email" -OPENAI_API_KEY="Your OpenAI API key" - +OPENAI_API_KEY="Your OpenAI API key" \ No newline at end of file diff --git a/README.md b/README.md index 235871d..754612d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The site is deployed through Vercel, which you can view from [here](https://proj * Jest ## 🤝 Credits -3D Animation : [LottieFiles](https://lottiefiles.com/animation/3d) +3D Animation : [LottieFiles](https://lottiefiles.com/animation/3d)
ChatBot Model : [OpenAI Api](https://platform.openai.com/account/usage) ## Prerequisites diff --git a/src/components/Navbar/Navbar.tsx b/src/components/Navbar/Navbar.tsx index f1ea9fb..04d3b2a 100644 --- a/src/components/Navbar/Navbar.tsx +++ b/src/components/Navbar/Navbar.tsx @@ -21,13 +21,12 @@ const Navbar = () => { }, []); return ( -
+
PROJECT HUB {isMobile ? ( <> -
+
{isMenuOpen && ( -