Skip to content

Commit

Permalink
Update apps/nextjs-website/src/components/atoms/ChatButton/ChatButton…
Browse files Browse the repository at this point in the history
….tsx
  • Loading branch information
MarBert authored Dec 20, 2024
1 parent 69cd37f commit 2aacce5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const ChatButton = ({ isChatOpen, onOpenChat, size }: ChatButtonProps) => {
return (
<Box sx={{ opacity: isChatOpen ? 0 : 1 }}>
<Fab
id='chatbot'
aria-label='chat'
onClick={(e) => {
matomoEvent();
Expand Down

0 comments on commit 2aacce5

Please sign in to comment.