File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
packages/typescriptlang-org/src/components/layout Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const SiteNav = (props: Props) => {
30
30
31
31
// @ts -ignore - this comes from the script above
32
32
docsearch ( {
33
- appId :"BGCDYOIYZ5" ,
33
+ appId : "BGCDYOIYZ5" ,
34
34
apiKey : '37ee06fa68db6aef451a490df6df7c60' ,
35
35
indexName : 'typescriptlang' ,
36
36
inputSelector : '.search input' ,
@@ -99,8 +99,7 @@ export const SiteNav = (props: Props) => {
99
99
100
100
101
101
< div className = "right above-small" >
102
-
103
- < nav role = "navigation" className = "search-section" >
102
+ < div className = "search-section" >
104
103
< OpenInMyLangQuickJump />
105
104
< div className = "nav-item" >
106
105
< form id = "search-form" className = "search top-nav" role = "search" >
@@ -109,7 +108,7 @@ export const SiteNav = (props: Props) => {
109
108
< input type = "submit" style = { { display : "none" } } />
110
109
</ form >
111
110
</ div >
112
- </ nav >
111
+ </ div >
113
112
</ div >
114
113
</ div >
115
114
You can’t perform that action at this time.
0 commit comments