Skip to content

Commit ba2c167

Browse files
committed
Switch silhouette URL extension to .svg
Consumer modules now ship the four silhouette icons as SVG cameos instead of PNGs, so the URL builder needs to follow suit.
1 parent 5558b0a commit ba2c167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Processor/ImageProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function getSilhouetteUrl(): string
104104
) {
105105
return $this->module->assetUrl(
106106
sprintf(
107-
'images/silhouette-%s.png',
107+
'images/silhouette-%s.svg',
108108
$this->individual->sex()
109109
)
110110
);

0 commit comments

Comments
 (0)