diff --git a/src/components/ConversationItem/index.jsx b/src/components/ConversationItem/index.jsx index e534423..7bfd5bd 100644 --- a/src/components/ConversationItem/index.jsx +++ b/src/components/ConversationItem/index.jsx @@ -61,6 +61,7 @@ export function ConversationItem({ type, content, session, done, port }) { href={'https://chat.openai.com/chat/' + session.conversationId} target="_blank" rel="nofollow noopener noreferrer" + className="gpt-util-icon" style="color: inherit;" > diff --git a/src/components/FeedbackForChatGPTWeb/index.jsx b/src/components/FeedbackForChatGPTWeb/index.jsx index dd31c3e..8b50cef 100644 --- a/src/components/FeedbackForChatGPTWeb/index.jsx +++ b/src/components/FeedbackForChatGPTWeb/index.jsx @@ -42,13 +42,15 @@ const FeedbackForChatGPTWeb = (props) => {
diff --git a/src/content-script/styles.scss b/src/content-script/styles.scss index 865fd5c..6b036d5 100644 --- a/src/content-script/styles.scss +++ b/src/content-script/styles.scss @@ -163,7 +163,6 @@ .gpt-feedback { display: flex; gap: 6px; - cursor: pointer; } .gpt-feedback-selected {