Skip to content

Commit 39e10ac

Browse files
committed
chore: updated the date for Black Friday promotion and adds the gif to introduction
1 parent 4a00dc6 commit 39e10ac

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

123 KB
Loading

packages/js/src/introductions/components/modals/black-friday-announcement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const BlackFridayAnnouncementContent = ( {
135135
* @returns {JSX.Element} The element.
136136
*/
137137
export const BlackFridayAnnouncement = () => {
138-
const imageLink = useSelect( select => select( STORE_NAME_INTRODUCTIONS ).selectImageLink( "black-friday-2025.gif" ), [] );
138+
const imageLink = useSelect( select => select( STORE_NAME_INTRODUCTIONS ).selectImageLink( "black-friday-introduction.gif" ), [] );
139139
const isWooEnabled = useMemo( () => Boolean( get( window, "wpseoIntroductions.isWooEnabled", false ) ), [] );
140140
const buttonPremiumLink = useSelect( select => select( STORE_NAME_INTRODUCTIONS ).selectLink( "https://yoa.st/black-friday-modal-premium/" ), [] );
141141
const buttonWooLink = useSelect( select => select( STORE_NAME_INTRODUCTIONS ).selectLink( "https://yoa.st/black-friday-modal-ecommerce/" ), [] );

src/promotions/domain/black-friday-promotion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Black_Friday_Promotion extends Abstract_Promotion implements Promotion_Int
1313
public function __construct() {
1414
parent::__construct(
1515
'black-friday-promotion',
16-
new Time_Interval( \gmmktime( 10, 00, 00, 11, 27, 2025 ), \gmmktime( 10, 00, 00, 12, 2, 2025 ) ),
16+
new Time_Interval( \gmmktime( 10, 00, 00, 11, 26, 2026 ), \gmmktime( 10, 00, 00, 12, 1, 2026 ) ),
1717
);
1818
}
1919
}

0 commit comments

Comments
 (0)