Skip to content

Commit

Permalink
Fix #174
Browse files Browse the repository at this point in the history
  • Loading branch information
kawsarahmedr committed Oct 23, 2024
1 parent 1cb9f58 commit 71c8dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Admin/Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function admin_notices() {
array(
'message' => __DIR__ . '/views/notices/halloween.php',
'dismissible' => false,
'notice_id' => 'wcdm_halloween_promotion',
'notice_id' => 'wcmmq_halloween_promotion',
'style' => 'border-left-color: #8500ff;background-image: url("' . esc_url( wc_min_max_quantities()->get_assets_url( 'images/halloween-banner.svg' ) ) . '");',
'class' => 'notice-halloween',
)
Expand Down

0 comments on commit 71c8dd7

Please sign in to comment.