Skip to content

Commit 14e517e

Browse files
committed
feat: update DocsHeader component to disable search functionality by setting ShowSearch to false in HomeLayout, streamlining the layout for specific use cases
1 parent becefba commit 14e517e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ShellDocs.Components/Layouts/HomeLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@inherits LayoutComponentBase
22

33
<div class="home-shell">
4-
<DocsHeader />
4+
<DocsHeader ShowSearch="false" />
55
<main class="home-main">
66
@Body
77
</main>

0 commit comments

Comments
 (0)