Skip to content

Commit 7390c17

Browse files
tmlmtminimaluminium
authored andcommitted
Fix for intended location of search icon
1 parent 55d5345 commit 7390c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
<nav class="gh-head-menu">
3939
{{navigation}}
4040
{{#unless @site.members_enabled}}
41-
{{#match @custom.header_style "Stacked"}}
41+
{{#match @custom.navigation_layout "Stacked"}}
4242
<button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
4343
{{/match}}
4444
{{/unless}}
4545
</nav>
4646

4747
<div class="gh-head-actions">
4848
{{#unless @site.members_enabled}}
49-
{{^match @custom.header_style "Stacked"}}
49+
{{^match @custom.navigation_layout "Stacked"}}
5050
<button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
5151
{{/match}}
5252
{{else}}

0 commit comments

Comments
 (0)