From c445c68b8198cda0f45c88b4ee14e82cad3f4c50 Mon Sep 17 00:00:00 2001 From: sanakhandvsa <151522199+sanakhandvsa@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:24:31 +0000 Subject: [PATCH] fix: update favicon path to align with `olcs-selfserve` (dvsa/olcs-internal#86) --- app/internal/module/Olcs/view/partials/head.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/internal/module/Olcs/view/partials/head.phtml b/app/internal/module/Olcs/view/partials/head.phtml index f01fb0c74f..f45947e364 100644 --- a/app/internal/module/Olcs/view/partials/head.phtml +++ b/app/internal/module/Olcs/view/partials/head.phtml @@ -3,11 +3,11 @@ { echo $this->headTitle(strip_tags($this->title)); echo $this->headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0')->appendHttpEquiv('X-UA-Compatible', 'IE=edge'); - echo $this->headLink(['rel' => 'icon', 'href' => $this->assetPath('/images/bitmap/favicon.ico'), 'type' => 'image/x-icon'], 'PREPEND'); + echo $this->headLink(['rel' => 'icon', 'href' => $this->assetPath('/assets/images/favicon.ico'), 'type' => 'image/x-icon'], 'PREPEND'); echo $this->headLink()->appendStylesheet($this->assetPath('/styles/' . $this->applicationName() . '.css')); echo $this->headScript(); } ?> \ No newline at end of file +