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

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