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