diff --git a/src/module-elasticsuite-tracker/Helper/Data.php b/src/module-elasticsuite-tracker/Helper/Data.php index 84faebd6f..1157927d2 100644 --- a/src/module-elasticsuite-tracker/Helper/Data.php +++ b/src/module-elasticsuite-tracker/Helper/Data.php @@ -139,7 +139,7 @@ public function isEnabled() */ public function getBaseUrl() { - return trim($this->urlBuilder->getUrl('elasticsuite/tracker/hit', ['image' => 'h.png']), '/'); + return trim($this->urlBuilder->getUrl('elasticsuite/tracker/hit', ['image' => 'hit.png']), '/'); } /**