File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 8
8
Icon ,
9
9
List ,
10
10
ListItem ,
11
- Show ,
12
11
Text ,
13
12
useToken ,
14
13
} from "@chakra-ui/react"
@@ -75,6 +74,7 @@ const HeroContainer = (props: ChildOnlyProp) => (
75
74
76
75
const MoreContent = ( props : ChildOnlyProp & { to : string } ) => (
77
76
< Flex
77
+ hideBelow = "lg"
78
78
as = { BaseLink }
79
79
bg = "ednBackground"
80
80
justify = "center"
@@ -205,11 +205,9 @@ export const UpgradeLayout: React.FC<IProps> = ({
205
205
/>
206
206
) }
207
207
</ HeroContainer >
208
- < Show above = { lgBreakpoint } >
209
- < MoreContent to = { "#" + MAIN_CONTENT_ID } >
210
- < Icon as = { MdExpandMore } fontSize = "2xl" color = "secondary" />
211
- </ MoreContent >
212
- </ Show >
208
+ < MoreContent to = { "#" + MAIN_CONTENT_ID } >
209
+ < Icon as = { MdExpandMore } fontSize = "2xl" color = "secondary" />
210
+ </ MoreContent >
213
211
< Page >
214
212
{ /* TODO: Switch to `above="lg"` after completion of Chakra Migration */ }
215
213
< LeftNavBar
You can’t perform that action at this time.
0 commit comments