Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Mar 19, 2024
1 parent 246723e commit aad6b5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inc/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,9 @@ public function should_show_notice() {
* Show upgrade notice.
*/
public function add_notice_upgrade() {

if ( ! $this->should_show_upgrade() ) {
return;
}
?>
<div class="notice optml-notice-optin" style="background-color: #577BF9; color:white; border: none !important; display: flex;">
<div style="margin: 1% 2%;">
Expand Down

0 comments on commit aad6b5a

Please sign in to comment.