From e09c90758f1e9ad7f85b7e316af92b6ad125dea1 Mon Sep 17 00:00:00 2001 From: Eiva Date: Fri, 31 May 2024 07:38:23 +0530 Subject: [PATCH] added AI_Chatbot --- src/components/Chatbot/chatbot.js | 4 ++-- src/components/Chatbot/{stylr.css => style.css} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/components/Chatbot/{stylr.css => style.css} (99%) diff --git a/src/components/Chatbot/chatbot.js b/src/components/Chatbot/chatbot.js index a60ded199..717386ce7 100644 --- a/src/components/Chatbot/chatbot.js +++ b/src/components/Chatbot/chatbot.js @@ -1,6 +1,6 @@ import React, { useEffect } from 'react'; import { Helmet } from 'react-helmet'; -import './stylr.css'; +import './style.css'; const Chatbot = () => { useEffect(() => { @@ -23,7 +23,7 @@ const Chatbot = () => { return (
- +
); diff --git a/src/components/Chatbot/stylr.css b/src/components/Chatbot/style.css similarity index 99% rename from src/components/Chatbot/stylr.css rename to src/components/Chatbot/style.css index 67d1fe524..aed11cd09 100644 --- a/src/components/Chatbot/stylr.css +++ b/src/components/Chatbot/style.css @@ -61,7 +61,7 @@ bottom: 5px; border: 1px; } - /* Responsive design rules for devices with width less than or equal to 767px */ + /* Responsive design rules for devices with width less than or equal to 450px */ @media(max-width:450px) { .bpw-layout { width: 100% !important;