Skip to content

Commit

Permalink
Merge pull request #972 from the-hideout/feature/0.15_wipe
Browse files Browse the repository at this point in the history
0.15 wipe
  • Loading branch information
Razzmatazzz authored Aug 21, 2024
2 parents c95e602 + a4289e1 commit 94b9d88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/menu/alert-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ const alertConfig = {
alertLevel: 'info',

// The text to display in the alert banner
text: '🌟 Flea market scanners are currently being leveled, and data for the {{patchVersion}} patch should be appearing soon! 🌟 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 leveled, and flea market prices are being updated for patch {{patchVersion}}! 🌟 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: '🌟 PvE flea market scanners have been leveled, and PvE flea market prices are being updated for patch {{patchVersion}}! Choose your game mode in settings. 🌟 If you enjoy using tarkov.dev, please consider donating to help keep it running. All donations go directly towards server costs and operational expenses. Thank you! ❤️',
textVariables: {patchVersion: '0.14.0'},
textVariables: {patchVersion: '0.15.0'},
linkEnabled: true,
linkText: 'Donate',
link: 'https://opencollective.com/tarkov-dev',

// 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.14.0-pve-flea'
bannerKey: 'alertBanner-0.15.0-wipe'
}

export default alertConfig
4 changes: 4 additions & 0 deletions src/data/wipe-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@
{
"name": "0.14.0.0",
"start": "2023-12-27T15:00:00.000Z"
},
{
"name": "0.15.0.0",
"start": "2024-08-20T06:00:00.000Z"
}
]

0 comments on commit 94b9d88

Please sign in to comment.