From 9aee71776d14a3f4cb0e422276919bbc4314f40a Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Fri, 14 Feb 2020 14:09:46 +0100 Subject: [PATCH] Fix logo alignment for IE (#29955) --- site/layouts/partials/icons/bootstrap-stack.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/icons/bootstrap-stack.svg b/site/layouts/partials/icons/bootstrap-stack.svg index 1328a93aaa..7fca4424b9 100644 --- a/site/layouts/partials/icons/bootstrap-stack.svg +++ b/site/layouts/partials/icons/bootstrap-stack.svg @@ -1 +1 @@ -{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file -- 2.47.2