Skip to content

Commit

Permalink
feat(Assistant): Replace assistant icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Oct 10, 2024
1 parent ce990f6 commit aaefabc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/assets/icons/icon-assistant.svg

This file was deleted.

Binary file added src/assets/images/icon-assistant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assistant/AssistantBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Icon from 'cozy-ui/transpiled/react/Icon'
import { useI18n } from 'cozy-ui/transpiled/react/providers/I18n'
import { useBreakpoints } from 'cozy-ui/transpiled/react/providers/Breakpoints'

import AssistantIcon from 'assets/icons/icon-assistant.svg'
import AssistantIcon from 'assets/images/icon-assistant.png'

import AssistantDialog from './AssistantDialog'

Expand Down
2 changes: 1 addition & 1 deletion src/assistant/Conversations/ChatAssistantItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { useMemo } from 'react'
import { useI18n } from 'cozy-ui/transpiled/react/providers/I18n'
import Icon from 'cozy-ui/transpiled/react/Icon'

import AssistantIcon from 'assets/icons/icon-assistant.svg'
import AssistantIcon from 'assets/images/icon-assistant.png'

import ChatItem from './ChatItem'

Expand Down

0 comments on commit aaefabc

Please sign in to comment.