Skip to content

Commit 59618a2

Browse files
committed
feat: activate Audacity 4 Alpha promotion in promoData
1 parent b01ce51 commit 59618a2

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: false,
25+
isActive: true,
2626
priority: 50,
2727
suppressOnPaths: ["/next", "/download"],
2828
message: "Want a peek at our next big release?",

0 commit comments

Comments
 (0)