Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scanner status alert #612

Merged
merged 3 commits into from
Aug 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading