From 156a92d78005f95b30ac50015b850778414b8129 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 29 Mar 2020 13:18:56 +0200 Subject: [PATCH] Update brands URL location (#12537) --- source/_includes/asides/component_navigation.html | 2 +- source/integrations/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index 853d4bacd33..65d5a97f23b 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -4,7 +4,7 @@ {%- if page.logo -%} {%- else -%} - + {%- endif -%} diff --git a/source/integrations/index.html b/source/integrations/index.html index ae02ee938d9..1fc6a130790 100644 --- a/source/integrations/index.html +++ b/source/integrations/index.html @@ -144,7 +144,7 @@ allComponents.pop(); // remove placeholder element at the end components: [], image: function () { if (this.logo === '') { - return ''; + return ''; } else { return ''; }