Chats: actually, do use a paperclip

This commit is contained in:
Alex Gleason 2023-01-20 11:53:10 -06:00
parent af1ad92432
commit ec0a3d6eea
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ const ChatComposer = React.forwardRef<HTMLTextAreaElement | null, IChatComposer>
resetFileKey={resetFileKey}
iconClassName='w-5 h-5'
className='text-primary-500'
icon={require('@tabler/icons/plus.svg')}
/>
</Stack>
)}