From 53de0ca62ada90f3818b027fa8727c65c5946706 Mon Sep 17 00:00:00 2001 From: Andrew Newton Date: Tue, 6 Aug 2024 19:31:04 +0100 Subject: [PATCH] fix: update header SVG as the vector now contains the logo text (#176) * fix: update header SVG as the vector now contains the text as well as the logo. * Update module/Olcs/view/layouts/base.phtml Co-authored-by: JoshuaLicense --------- Co-authored-by: JoshuaLicense --- module/Olcs/view/layouts/base.phtml | 37 ++++++++++------------------- 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/module/Olcs/view/layouts/base.phtml b/module/Olcs/view/layouts/base.phtml index 9ebf73878..b31d8ebc7 100644 --- a/module/Olcs/view/layouts/base.phtml +++ b/module/Olcs/view/layouts/base.phtml @@ -159,30 +159,19 @@ $isLoggedIn = $currentUser->isLoggedIn();