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