Skip to content

Commit bc4c5a3

Browse files
committed
Revert changes to _Footer.cshtml
1 parent 2556a3e commit bc4c5a3

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

src/Elastic.Documentation.Site/Layout/_Footer.cshtml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33

44
<footer class="py-12 px-6 w-full mx-auto bg-ink-dark">
55
<div class="max-w-(--max-layout-width) w-full mx-auto">
6-
<div class="text-grey-20 text-[12px]">
7-
<a href="https://www.elastic.co/">
8-
<img class="block" alt="Elastic logo" src="@Model.Static("logo-elastic-horizontal-white.svg")" width="120"/>
9-
</a>
10-
</div>
11-
<div class="text-grey-20 text-[12px] bg-ink-dark grid grid-cols-1 md:grid-cols-2 gap-2 items-center">
12-
<div>
13-
<ul class="mt-4 flex gap-3">
14-
<li>
15-
<a class="underline hover:text-white" href="https://www.elastic.co/legal/trademarks">Trademarks</a>
16-
</li>
17-
<li>
18-
<a class="underline hover:text-white" href="https://www.elastic.co/legal/terms-of-use">Terms of Use</a>
19-
</li>
20-
<li>
21-
<a class="underline hover:text-white" href="https://www.elastic.co/legal/privacy-statement">Privacy</a>
22-
</li>
23-
<li>
24-
<a class="underline hover:text-white" href="https://www.elastic.co/sitemap">Sitemap</a>
25-
</li>
26-
</ul>
27-
<p class="mt-4">
28-
© @(DateTime.Today.Year) Elasticsearch B.V. All Rights Reserved.
29-
</p>
30-
</div>
6+
<div class="text-grey-20 text-[12px]">
7+
<a href="https://www.elastic.co/">
8+
<img class="block" alt="Elastic logo" src="@Model.Static("logo-elastic-horizontal-white.svg")" width="120"/>
9+
</a>
10+
</div>
11+
<div class="text-grey-20 text-[12px] bg-ink-dark grid grid-cols-1 md:grid-cols-2 gap-2 items-center">
12+
<div>
13+
<ul class="mt-4 flex gap-3">
14+
<li>
15+
<a class="underline hover:text-white" href="https://www.elastic.co/legal/trademarks">Trademarks</a>
16+
</li>
17+
<li>
18+
<a class="underline hover:text-white" href="https://www.elastic.co/legal/terms-of-use">Terms of Use</a>
19+
</li>
20+
<li>
21+
<a class="underline hover:text-white" href="https://www.elastic.co/legal/privacy-statement">Privacy</a>
22+
</li>
23+
<li>
24+
<a class="underline hover:text-white" href="https://www.elastic.co/sitemap">Sitemap</a>
25+
</li>
26+
</ul>
3127
<p class="mt-4">
32-
Elasticsearch is a trademark of Elasticsearch B.V., registered in the U.S. and in other countries. Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.
28+
© @(DateTime.Today.Year) Elasticsearch B.V. All Rights Reserved.
3329
</p>
3430
</div>
31+
<p class="mt-4">
32+
Elasticsearch is a trademark of Elasticsearch B.V., registered in the U.S. and in other countries. Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.
33+
</p>
34+
</div>
3535
</div>
3636
</footer>
3737

0 commit comments

Comments
 (0)