We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbbc51 commit cc0e1f8Copy full SHA for cc0e1f8
src/content-script/selection-tools/index.mjs
@@ -7,13 +7,13 @@ import {
7
Translate,
8
Braces,
9
Globe,
10
- ChatTextFill,
+ ChatText,
11
} from 'react-bootstrap-icons'
12
import { getPreferredLanguage } from '../../config/language.mjs'
13
14
export const config = {
15
explain: {
16
- icon: <ChatTextFill />,
+ icon: <ChatText />,
17
label: 'Explain',
18
genPrompt: async (selection) => {
19
const preferredLanguage = await getPreferredLanguage()
0 commit comments