hide chatboat icon ,mobile responsive drawer
This commit is contained in:
@@ -384,7 +384,9 @@ const Layout = () => {
|
||||
</PageTransition>
|
||||
</main>
|
||||
|
||||
<Chatbot />
|
||||
{/* Hide the floating chat on full-page flows that have their own bottom CTAs
|
||||
(estimate wizard, ad preview form, Ad Engine) so it doesn't overlap their buttons. */}
|
||||
{!(location.pathname === '/estimate' || location.pathname === '/marketing' || location.pathname.startsWith('/ads/')) && <Chatbot />}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user