Skip to content

Commit

Permalink
refactor(ExportButtons): change donation link back to main campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaturner committed Jan 4, 2024
1 parent 33cb45f commit 95a0a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/ExportButtons/libreExportButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ if (!(navigator.webdriver || window.matchMedia('print').matches) && !LibreTexts?
if (!isAdmin) {
const donorBoxLink = document.createElement('a');
Object.assign(donorBoxLink, {
href: 'https://donorbox.org/15-000-for-15-years',
href: 'https://donorbox.org/libretexts',
target: '_blank',
rel: 'noreferrer',
classList: `${CLASS_DONORBOX_LINK} notSS`,
Expand Down
Loading

0 comments on commit 95a0a8c

Please sign in to comment.