diff --git a/public/assets/images/calebdw_circle.png b/public/assets/images/calebdw_circle.png new file mode 100644 index 000000000..fe504142a Binary files /dev/null and b/public/assets/images/calebdw_circle.png differ diff --git a/src/Controller/Socials/PostThumbnailController.php b/src/Controller/Socials/PostThumbnailController.php index 28593bdc6..5a521884c 100644 --- a/src/Controller/Socials/PostThumbnailController.php +++ b/src/Controller/Socials/PostThumbnailController.php @@ -58,6 +58,9 @@ private function createImage(string $title, string $imageFilePath): void } elseif ($post->getAuthor() === 'carlos_granados') { $authorName = 'Carlos Granados'; $authorPicture = __DIR__ . '/../../../public/assets/images/carlos_granados_circle.png'; + } elseif ($post->getAuthor() === 'calebdw') { + $authorName = 'Caleb White '; + $authorPicture = __DIR__ . '/../../../public/assets/images/calebdw_circle.png'; } else { $authorName = 'Tomas Votruba'; $authorPicture = __DIR__ . '/../../../public/assets/images/tomas_votruba_circle.jpg';