Skip to content

Commit

Permalink
notice fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabiermi committed Apr 16, 2024
1 parent 8397b41 commit 26fe2af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion omnisend/build/notices.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-element'), 'version' => '3821d14dadbfd56a6a55');
<?php return array('dependencies' => array('react', 'wp-element'), 'version' => '852e81e333ddf505a95c');
4 changes: 2 additions & 2 deletions omnisend/build/notices.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion omnisend/build/notices.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions omnisend/src/notices/components/discount-notice.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const DiscountNotice = () =>
<div class="omnisend-custom-notice omnisend-notice">
<img src="/wp-content/plugins/omnisend/assets/img/omnisend-notice-discount-icon.svg" />

<div>Get 30% off Omnisend for 6 months with code <span class="omnisend-custom-notice-strong-text">ONLYHOSTINGER30</span></div>
<a href="https://your.omnisend.com/LXqyZ0" target="_blank" class="omnisend-custom-notice-discount-button">Get Omnisend discount</a>
<div>Get 30% off Omnisend for 6 months with code <span class="omnisend-notice omnisend-custom-notice-strong-text">ONLYHOSTINGER30</span></div>
<a href="https://your.omnisend.com/LXqyZ0" target="_blank" class="omnisend-notice omnisend-custom-notice-discount-button">Get Omnisend discount</a>
</div>
);
};
Expand Down

0 comments on commit 26fe2af

Please sign in to comment.