Skip to content

Commit

Permalink
Update index.js - Fix threadContainer selector
Browse files Browse the repository at this point in the history
Fix threadContainer selector
  • Loading branch information
Rudeg committed May 22, 2023
1 parent 3ceca3a commit 8605d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function init() {
shareButton.style.cursor = "initial";

const threadContainer = document.getElementsByClassName(
"flex flex-col items-center text-sm dark:bg-gray-800"
"flex flex-col text-sm dark:bg-gray-800"
)[0];

// show the model for chatgpt+ users
Expand Down

0 comments on commit 8605d0f

Please sign in to comment.