| @@ -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 | |
| @@ -32,11 +32,10 @@ | ||
| 32 | 32 | Column::get_object_data( |
| 33 | 33 | 32, |
| 34 | 34 | [ |
| 35 | 35 | 'children' => [ |
| 36 | - Logo::get_object_data( | |
| 36 | + Image::get_object_data( | |
| 37 | 37 | [ |
| 38 | - 'background_color' => '#ffffff00', | |
| 39 | 38 | 'src' => 'https://images.wpbrandy.com/uploads/yaymail-footer-img-1.png', |
| 40 | 39 | 'width' => 195, |
| 41 | 40 | 'padding' => [ |
| 42 | 41 | 'top' => 0, |
| @@ -109,5 +108,5 @@ | ||
| 109 | 108 | ] |
| 110 | 109 | ), |
| 111 | 110 | ]; |
| 112 | 111 | } |
| 113 | -} | |
| 112 | +} | |