We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d416b9 commit 9966763Copy full SHA for 9966763
src/Elastic.Documentation.Site/Layout/_Footer.cshtml
@@ -4,7 +4,7 @@
4
<div class="max-w-(--max-layout-width) w-full mx-auto">
5
<div class="text-grey-20 text-[12px]">
6
<a href="https://www.elastic.co/">
7
- <img class="block" alt="Elastic logo" src="@Model.Static("logo-elastic-horizontal-white.svg")" width="120" height="41"/>
+ <img class="block" loading="lazy" alt="Elastic logo" src="@Model.Static("logo-elastic-horizontal-white.svg")" width="120" height="41"/>
8
</a>
9
</div>
10
<div class="text-grey-20 text-[12px] bg-ink-dark grid grid-cols-1 md:grid-cols-2 gap-2 items-center">
0 commit comments