Skip to content

Commit 92c216e

Browse files
committed
feat: deactivate Audacity 4 Alpha promotion
1 parent 7d83e01 commit 92c216e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/data/promotions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export type PromoData = {
2222

2323
const promoData: Record<string, PromoData> = {
2424
audacity4Alpha: {
25-
isActive: true,
25+
isActive: false,
2626
priority: 50,
2727
suppressOnPaths: ["/next", "/download"],
2828
message: "Want a peek at our next big release?",

0 commit comments

Comments
 (0)