Skip to content

Commit 559e3b8

Browse files
authored
Add landing page changes from #1827 (#1935)
1 parent 8a5b37e commit 559e3b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Elastic.Markdown/Layout/_LandingPage.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
For easy reference, changes in 9.1.0 are marked inline. For details, check <a href="https://www.elastic.co/docs/get-started/versioning-availability" class="link">Understanding versioning and availability.</a></p>
1515
<div class="flex md:inline-flex gap-3 mt-6">
1616
<a href="@Model.Link("/get-started/")" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-elastic-110 focus:ring-4 focus:ring-blue-elastic-50 font-semibold font-sans rounded-sm px-6 py-2 focus:outline-none h-10 flex items-center justify-center">
17-
Get started
17+
Elastic Fundamentals
1818
</a>
1919
<a href="@Model.Link("/deploy-manage/upgrade")" class="grow cursor-pointer text-blue-elastic hover:text-blue-elastic-100 text-nowrap border-2 border-blue-elastic hover:border-blue-elastic-100 focus:ring-4 focus:outline-none focus:ring-blue-elastic-50 font-semibold font-sans rounded-sm px-6 py-2 text-center h-10 flex items-center justify-center">
2020
Upgrade versions
@@ -252,12 +252,12 @@
252252
</div>
253253
</div>
254254
<div class="flex flex-col p-6">
255-
<h3 class="font-sans font-bold text-2xl">Contribute and extend</h3>
255+
<h3 class="font-sans font-bold text-2xl">Extend and contribute</h3>
256256
<p class="grow mt-4">Learn how to contribute to Elastic products and extend capabilities.</p>
257257
<div class="mt-6">
258258
<a href="@Model.Link("extend/")" class="link text-white wrap-break-word">
259259
<span class="wrap-break-word">
260-
View contribute and extend docs
260+
View extend and contribute docs
261261
</span>
262262
<svg class="link-arrow"
263263
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">

0 commit comments

Comments
 (0)