This commit is contained in:
@@ -88,7 +88,7 @@ export default function ChatbotWidget({
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="fixed bottom-6 right-6 z-50">
|
||||
<div className="fixed bottom-8 right-8 z-50">
|
||||
{!isOpen && (
|
||||
<button
|
||||
onClick={() => setIsOpen(true)}
|
||||
|
||||
Reference in New Issue
Block a user