Skip to content

Commit

Permalink
feat(background): Adds end-of-year pop-up
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Dec 2, 2024
1 parent ab7ff58 commit 6c03bcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ export function showNotificationTab(details) {
chrome.tabs.create({
url: 'https://donate.free.law/forms/11',
});
} else if (details.reason === 'update' && currentVersion === '2.8.2') {
chrome.tabs.create({
url: 'https://free.law/fundraiser/2024/recap',
});
}
}

Expand Down

0 comments on commit 6c03bcd

Please sign in to comment.