Skip to content

Commit 720d838

Browse files
committed
changed captcha note to yellow
1 parent 27f09c9 commit 720d838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ function initPopup() {
923923
let warningDiv = document.createElement('div');
924924
let warning = document.createElement('p');
925925
warning.textContent = "Note: This summary may have failed due to the website's use of CAPTCHAs. We're working on a solution for this.";
926-
warningDiv.className = "mb-4 -mt-2 p-4 bg-red-100";
926+
warningDiv.className = "mb-4 -mt-2 p-4 bg-yellow-100 border-yellow-500";
927927
warning.className = "m-0";
928928
warningDiv.appendChild(warning);
929929
policyDiv.appendChild(warningDiv);

0 commit comments

Comments
 (0)