| @@ -3,10 +3,11 @@ | ||
| 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\SocialIcon; |
| 9 | +use YayMail\Elements\Text; | |
| 9 | 10 | use YayMail\TemplatePatterns\SectionTemplates\Header; |
| 10 | 11 | use YayMail\Utils\SingletonTrait; |
| 11 | 12 | |
| 12 | 13 | /** |
| @@ -27,17 +28,15 @@ | ||
| 27 | 28 | ColumnLayout::get_object_data( |
| 28 | 29 | 2, |
| 29 | 30 | [ |
| 30 | 31 | 'background_color' => '#ffffff', |
| 31 | - 'vertical_align' => 'middle', | |
| 32 | 32 | 'children' => [ |
| 33 | 33 | Column::get_object_data( |
| 34 | 34 | 50, |
| 35 | 35 | [ |
| 36 | 36 | 'children' => [ |
| 37 | - Logo::get_object_data( | |
| 37 | + Image::get_object_data( | |
| 38 | 38 | [ |
| 39 | - 'background_color' => '#ffffff00', | |
| 40 | 39 | 'src' => 'https://images.wpbrandy.com/uploads/yaymail-footer-img-1.png', |
| 41 | 40 | 'width' => 195, |
| 42 | 41 | 'align' => 'left', |
| 43 | 42 | 'padding' => [ |
| @@ -97,5 +96,5 @@ | ||
| 97 | 96 | ), |
| 98 | 97 | |
| 99 | 98 | ]; |
| 100 | 99 | } |
| 101 | -} | |
| 100 | +} | |