From 86314e0f8e84c5fc4760d05ce7348084cd2be535 Mon Sep 17 00:00:00 2001 From: josc146 Date: Fri, 22 Sep 2023 17:02:37 +0800 Subject: [PATCH] chore --- src/content-script/selection-tools/index.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content-script/selection-tools/index.mjs b/src/content-script/selection-tools/index.mjs index 6b41190..eaef9ca 100644 --- a/src/content-script/selection-tools/index.mjs +++ b/src/content-script/selection-tools/index.mjs @@ -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: , + icon: , label: 'Explain', genPrompt: async (selection) => { const preferredLanguage = await getPreferredLanguage()