Add Thunderbird sponsorship banner to home, uploads and download page

This commit is contained in:
timvisee 2025-06-30 23:12:54 +02:00
parent 197b0bcf59
commit 0a6bf39353
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
7 changed files with 150 additions and 1 deletions

View file

@ -19,6 +19,7 @@ module.exports = {
UPLOAD_AREA_NOTICE_HTML: config.upload_area_notice_html,
UPLOADS_LIST_NOTICE_HTML: config.uploads_list_notice_html,
DOWNLOAD_NOTICE_HTML: config.download_notice_html,
SHOW_THUNDERBIRD_SPONSOR: config.show_thunderbird_sponsor,
COLORS: {
PRIMARY: config.ui_color_primary,
ACCENT: config.ui_color_accent