Skip to content

Commit

Permalink
Update import of robot icon from RiRobotLine to BsRobot in ChangeChat…
Browse files Browse the repository at this point in the history
…Model component
  • Loading branch information
Royal-lobster committed Apr 13, 2024
1 parent c9f421c commit aa93a90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Sidebar/chat/ChangeChatModel.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { RiRobotLine } from 'react-icons/ri'
import { BsRobot } from 'react-icons/bs'
import type { AvailableModels } from '../../../config/settings'
import { useChatModels } from '../../../hooks/useChatModels'
import { capitalizeText } from '../../../lib/capitalizeText'
import { BsRobot } from 'react-icons/bs'

const ChangeChatModel = () => {
const { availableModels, activeChatModel, setActiveChatModel } =
Expand Down

0 comments on commit aa93a90

Please sign in to comment.