mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-29 02:04:48 +08:00
chore: use react-icons
instead of lucide-react
This commit is contained in:
@ -66,7 +66,7 @@ const MessageTextarea = () => {
|
||||
onChange={handleChange}
|
||||
/>
|
||||
<div className="absolute bottom-2 right-2 w-8 p-1 cursor-pointer rounded-md hover:shadow hover:bg-gray-100" onClick={handleSend}>
|
||||
<Icon.Send className="w-full h-auto text-blue-800" />
|
||||
<Icon.Io.IoMdSend className="w-full h-auto text-blue-800" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user