From 0f9ef59fdaef6ed2c587c48ad71a62a0961a9475 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 12 Dec 2021 19:01:14 +0200 Subject: [PATCH] Updated logo --- app/views/layouts/default.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/default.phtml b/app/views/layouts/default.phtml index 3b7445e9bc..c9514d2ec3 100644 --- a/app/views/layouts/default.phtml +++ b/app/views/layouts/default.phtml @@ -10,7 +10,7 @@ $litespeed = $this->getParam('litespeed', true); $analytics = $this->getParam('analytics', 'UA-26264668-9'); $mode = $this->getParam('mode', ''); $canonical = $this->getParam('canonical', ''); -$image = $this->getParam('image', '/images/ogimage.png'); +$image = $this->getParam('image', '/images/logo.png'); $locale = $this->getParam('locale', null); $runtimes = $this->getParam('runtimes', null);