Skip to content

Commit abdb24c

Browse files
authored
fix: add author picture for calebdw (#3577)
1 parent 38ab2ef commit abdb24c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
201 KB
Loading

src/Controller/Socials/PostThumbnailController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ private function createImage(string $title, string $imageFilePath): void
5858
} elseif ($post->getAuthor() === 'carlos_granados') {
5959
$authorName = 'Carlos Granados';
6060
$authorPicture = __DIR__ . '/../../../public/assets/images/carlos_granados_circle.png';
61+
} elseif ($post->getAuthor() === 'calebdw') {
62+
$authorName = 'Caleb White ';
63+
$authorPicture = __DIR__ . '/../../../public/assets/images/calebdw_circle.png';
6164
} else {
6265
$authorName = 'Tomas Votruba';
6366
$authorPicture = __DIR__ . '/../../../public/assets/images/tomas_votruba_circle.jpg';

0 commit comments

Comments
 (0)