Skip to content

Commit

Permalink
Update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
kawsarahmedr committed Nov 24, 2024
1 parent 62d552a commit 7d3eaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/Admin/Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function admin_notices() {
'message' => __DIR__ . '/views/notices/black-friday.php',
'notice_id' => 'wcmmq_black_friday_promotion_24',
'class' => 'notice-black-friday',
'style' => 'border-left-color: #2271b1;',
'style' => 'border-left-color:#2271b1;',
'dismissible' => false,
)
);
Expand Down
2 changes: 1 addition & 1 deletion includes/Admin/views/notices/black-friday.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Admin notice: Black Friday offer.
*
* @package WooCommerceMinMaxQuantities
* @since 2.0.2
* @since 2.0.3
* @return void
*/

Expand Down

0 comments on commit 7d3eaad

Please sign in to comment.