Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Sep 22, 2023
1 parent e71ee74 commit 86314e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content-script/selection-tools/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import {
Translate,
Braces,
Globe,
ChatTextFill,
ChatText,
} from 'react-bootstrap-icons'
import { getPreferredLanguage } from '../../config/language.mjs'

export const config = {
explain: {
icon: <ChatTextFill />,
icon: <ChatText />,
label: 'Explain',
genPrompt: async (selection) => {
const preferredLanguage = await getPreferredLanguage()
Expand Down

0 comments on commit 86314e0

Please sign in to comment.