Skip to content

Commit

Permalink
feat(popup): Updates content of the banner messages and links objects
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Apr 4, 2024
1 parent 2c475d5 commit a379845
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/options.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// JavaScript for the options page/popup.

const bannerMessages = {
A: '',
B: '',
A: 'The PACER fees class action was settled for $125 million. Free Law Project will continue the fight.',
B: 'News! The PACER fees class action was settled. Learn more and help us make PACER free forever.',
};
const donateLinks = {
A: '',
B: '',
C: '',
D: '',
A: 'https://donate.free.law/forms/pacer-a1',
B: 'https://donate.free.law/forms/pacer-a2',
C: 'https://donate.free.law/forms/pacer-b1',
D: 'https://donate.free.law/forms/pacer-b2',
};

let inputs = document.getElementsByTagName('input');
Expand Down

0 comments on commit a379845

Please sign in to comment.