Skip to content

Commit

Permalink
Merge pull request #612 from the-hideout/13-5-flea-live
Browse files Browse the repository at this point in the history
Update scanner status alert
  • Loading branch information
Shebuka authored Aug 12, 2023
2 parents 25156c2 + 5a48cdc commit 5f79143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/menu/alert-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const alertConfig = {
alertLevel: 'info',

// The text to display in the alert banner
text: 'We are currently leveling our scanners for patch 0.13.5 - If you enjoy using tarkov.dev, please consider donating to help keep it running. All donations go directly towards server costs and operational expenses. This banner will only be up for a week. Thank you! ❤️',
text: '🌟 Flea market scanners have been levelled and flea market prices are being updated for patch 0.13.5! 🌟 If you enjoy using tarkov.dev, please consider donating to help keep it running. All donations go directly towards server costs and operational expenses. This banner will only be up for a week. Thank you! ❤️',

linkEnabled: true,
linkText: 'Donate',
Expand All @@ -23,7 +23,7 @@ const alertConfig = {
// when a banner with a specific key is hidden, it never shows for that user again
// (unless they clear their browser cache)
// use a different key to force new banners to display again
bannerKey: 'alertBanner-0.13.5'
bannerKey: 'alertBanner-0.13.5-flea'
}

export default alertConfig

0 comments on commit 5f79143

Please sign in to comment.