Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
<div class="flex gap-6 h-full">
<img loading="lazy" alt="Three people icon" src="@Model.Static("icon-three-people-64-color.svg")" class="size-9"/>
<div class="flex flex-col h-full">
<p class="font-sans font-bold text-xl">Manage your Elastic Cloud organization</p>
<p class="mt-2 grow">Manage the settings for your Elastic Cloud account.</p>
<p class="font-sans font-bold text-xl">Manage your Elastic Cloud account and preferences</p>
<p class="mt-2 grow">Manage your profile information, preferences, and personal settings.</p>
<div class="grid grid-cols-2 mt-6">
<a href="@Model.Link("/cloud-account")" class="text-blue-elastic hover:text-blue-elastic-100 font-sans font-semibold">View docs</a>
</div>
Expand Down
Loading