| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | use YayMail\Abstracts\BasePattern; |
| 5 | 5 | use YayMail\Elements\Column; |
| 6 | 6 | use YayMail\Elements\ColumnLayout; |
| 7 | -use YayMail\Elements\Logo; | |
| 7 | +use YayMail\Elements\Image; | |
| 8 | 8 | use YayMail\Elements\Text; |
| 9 | 9 | use YayMail\TemplatePatterns\SectionTemplates\Header; |
| 10 | 10 | use YayMail\Utils\SingletonTrait; |
| 11 | 11 | |
| @@ -28,9 +28,8 @@ | ||
| 28 | 28 | 2, |
| 29 | 29 | [ |
| 30 | 30 | 'background_color' => '#ffffff', |
| 31 | 31 | 'inner_background_color' => '#fffbf1', |
| 32 | - 'vertical_align' => 'middle', | |
| 33 | 32 | 'inner_border_radius' => [ |
| 34 | 33 | 'top_left' => 10, |
| 35 | 34 | 'top_right' => 10, |
| 36 | 35 | 'bottom_left' => 10, |
| @@ -46,9 +45,9 @@ | ||
| 46 | 45 | Column::get_object_data( |
| 47 | 46 | 50, |
| 48 | 47 | [ |
| 49 | 48 | 'children' => [ |
| 50 | - Logo::get_object_data( | |
| 49 | + Image::get_object_data( | |
| 51 | 50 | [ |
| 52 | 51 | 'background_color' => '#ffffff00', |
| 53 | 52 | 'align' => 'left', |
| 54 | 53 | 'src' => 'https://images.wpbrandy.com/uploads/yaymail-footer-img-1.png', |
| @@ -89,5 +88,5 @@ | ||
| 89 | 88 | ), |
| 90 | 89 | |
| 91 | 90 | ]; |
| 92 | 91 | } |
| 93 | -} | |
| 92 | +} | |