File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ const MenuFooter = ({
42
42
mt = "auto"
43
43
>
44
44
< Grid templateColumns = "repeat(2, 1fr)" w = "full" >
45
- { /* Temporarily hide search for now until we resolve issues with the API key */ }
46
- { /* <FooterButton
45
+ < FooterButton
47
46
icon = { MdSearch }
48
47
onClick = { ( ) => {
49
48
// Workaround to ensure the input for the search modal can have focus
@@ -52,7 +51,7 @@ const MenuFooter = ({
52
51
} }
53
52
>
54
53
< FooterItemText > { t ( "search" ) } </ FooterItemText >
55
- </FooterButton> */ }
54
+ </ FooterButton >
56
55
57
56
< FooterButton icon = { ThemeIcon } onClick = { toggleColorMode } >
58
57
< FooterItemText > { t ( themeLabelKey ) } </ FooterItemText >
Original file line number Diff line number Diff line change @@ -97,9 +97,8 @@ const Nav = () => {
97
97
>
98
98
< Menu hideBelow = "md" sections = { linkSections } />
99
99
< Flex alignItems = "center" /* justifyContent="space-between" */ >
100
- { /* Temporarily hide search for now until we resolve issues with the API key */ }
101
- { /* <Search {...searchModalDisclosure} /> */ }
102
-
100
+ < Search { ...searchModalDisclosure } />
101
+
103
102
{ /* Desktop */ }
104
103
< HStack hideBelow = "md" gap = "0" >
105
104
< IconButton
You can’t perform that action at this time.
0 commit comments