Skip to content

Commit d45bd0d

Browse files
committed
fix: error from merge
1 parent 5df6cf6 commit d45bd0d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
@inherits RazorSlice<Elastic.Documentation.Site.GlobalLayoutViewModel>
22
<aside class="sidebar font-sans bg-white fixed md:sticky shadow-2xl md:shadow-none left-[100%] group-has-[#pages-nav-hamburger:checked]/body:left-0 bottom-0 md:left-auto pl-6 md:pl-2 top-0 w-[80%] md:w-auto shrink-0 border-r-1 border-r-grey-20 z-40 md:z-auto">
33

4-
@if (Model.Features.LazyLoadNavigation && !string.IsNullOrEmpty(Model.NavigationFileName))
5-
{
6-
<div class="hidden" hx-get="@(Model.Link(Model.NavigationFileName))" hx-trigger="load" hx-params="nav" hx-push-url="false" hx-swap="innerHTML" hx-target="#pages-nav"></div>
7-
}
84
<nav
95
id="pages-nav"
106
class="sidebar-nav h-full">

0 commit comments

Comments
 (0)