Skip to content

Commit e9f5341

Browse files
committed
Change lvl0 to lvl1 for docsearch
1 parent 1608e71 commit e9f5341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/docs.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="w-full md:w-3/4 bg-white min-h-screen docSearch-content">
3030
<div class="p-4 md:pl-8">
3131
<% if (current.title) { %>
32-
<div class="text-blue-dark text-4xl mt-4 relative docSearch-lvl0">
32+
<div class="text-blue-dark text-4xl mt-4 relative docSearch-lvl1">
3333
<%= current.title %>
3434
</div>
3535
<hr class="border-t-2 border-blue-lighter w-24 mx-0 mb-2">

0 commit comments

Comments
 (0)