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
2 changes: 1 addition & 1 deletion src/Elastic.Markdown/Slices/Layout/_NotFound.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<span class="text-4xl font-sans font-semibold">Page not found</span>
<p class="mt-2">The page you are looking for could not be found.</p>
<a href="@Model.Link("/")" class="link my-6">
Go back to home
Go back to docs home
<svg class="link-arrow" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3"/>
</svg>
Expand Down
Loading