diff --git a/ui/components/MessageInputActions.tsx b/ui/components/MessageInputActions.tsx index 118f630..38c982c 100644 --- a/ui/components/MessageInputActions.tsx +++ b/ui/components/MessageInputActions.tsx @@ -4,7 +4,7 @@ import { Switch } from '@headlessui/react'; export const Attach = () => { return ( - ); @@ -12,7 +12,7 @@ export const Attach = () => { export const Focus = () => { return ( - );