update about us
All checks were successful
Build and Release / release (push) Successful in 35s

This commit is contained in:
2026-05-09 16:01:01 +07:00
parent f5fa38ec5a
commit 3ec9c51085
2 changed files with 142 additions and 38 deletions

View File

@@ -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)}