File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 1
1
import { useRouter } from "next/router"
2
2
import { useTranslation } from "next-i18next"
3
- import { MdExpandMore } from "react-icons/md"
4
3
import {
5
4
Box ,
6
5
Flex ,
7
- Icon ,
8
6
ListItem ,
9
7
Text ,
10
8
UnorderedList ,
@@ -20,7 +18,7 @@ import Emoji from "@/components/Emoji"
20
18
import FeedbackCard from "@/components/FeedbackCard"
21
19
import { Image } from "@/components/Image"
22
20
import LeftNavBar from "@/components/LeftNavBar"
23
- import InlineLink , { BaseLink } from "@/components/Link"
21
+ import InlineLink from "@/components/Link"
24
22
import {
25
23
ContentContainer ,
26
24
MobileButton ,
@@ -33,8 +31,6 @@ import TableOfContents from "@/components/TableOfContents"
33
31
import { getEditPath } from "@/lib/utils/editPath"
34
32
import { getSummaryPoints } from "@/lib/utils/getSummaryPoints"
35
33
36
- import { MAIN_CONTENT_ID } from "@/lib/constants"
37
-
38
34
const HeroContainer = ( props : ChildOnlyProp ) => (
39
35
< Flex
40
36
bg = "cardGradient"
@@ -236,20 +232,6 @@ export const UseCasesLayout = ({
236
232
} }
237
233
/>
238
234
</ HeroContainer >
239
- < Flex
240
- as = { BaseLink }
241
- to = { "#" + MAIN_CONTENT_ID }
242
- bg = "ednBackground"
243
- justifyContent = "center"
244
- p = { 4 }
245
- width = "full"
246
- _hover = { {
247
- bg : "background.base" ,
248
- } }
249
- hideBelow = { lgBp }
250
- >
251
- < Icon as = { MdExpandMore } fontSize = "2xl" color = "secondary" />
252
- </ Flex >
253
235
< Page >
254
236
{ /* TODO: Switch to `above="lg"` after completion of Chakra Migration */ }
255
237
< LeftNavBar
You can’t perform that action at this time.
0 commit comments