diff --git a/includes/admin/notes/class-wc-gzd-admin-note.php b/includes/admin/notes/class-wc-gzd-admin-note.php index d7168abd..4a8b2017 100644 --- a/includes/admin/notes/class-wc-gzd-admin-note.php +++ b/includes/admin/notes/class-wc-gzd-admin-note.php @@ -246,7 +246,7 @@ protected function add() { if ( is_callable( array( $note, 'set_layout' ) ) ) { try { - $note->set_layout( 'banner' ); + $note->set_layout( 'thumbnail' ); } catch ( \Exception $e ) { $note->set_layout( 'plain' ); }