We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd95a68 commit 6da65c5Copy full SHA for 6da65c5
layouts/partials/header.html
@@ -87,6 +87,9 @@
87
<div id="productsPage" class="menuPage hidden overflow-y-scroll mt-16 px-4 py-6">
88
{{ partial "header/products-dropdown.html" }}
89
</div>
90
+ <div id="learnPage" class="menuPage hidden overflow-y-scroll mt-16 px-4 py-6">
91
+ {{ partial "header/learn-dropdown.html" }}
92
+ </div>
93
94
</header>
95
0 commit comments