From 674ef79531d3811677a50c85ebb6c3bff1ae7ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 22 Nov 2022 11:29:52 +0100 Subject: [PATCH] Lazy load integration images (#25024) --- source/integrations/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/integrations/index.html b/source/integrations/index.html index 72946cbd431..1e319bbb292 100644 --- a/source/integrations/index.html +++ b/source/integrations/index.html @@ -161,9 +161,9 @@ allComponents.pop(); // remove placeholder element at the end components: [], image: function () { if (this.logo === '') { - return ''; + return ''; } else { - return ''; + return ''; } } };