@@ -2,7 +2,6 @@ import { GetStaticProps } from "next"
2
2
import { useRouter } from "next/router"
3
3
import { SSRConfig , useTranslation } from "next-i18next"
4
4
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
5
- import { MdInfoOutline } from "react-icons/md"
6
5
import {
7
6
Box ,
8
7
type BoxProps ,
@@ -11,7 +10,6 @@ import {
11
10
type FlexProps ,
12
11
Heading ,
13
12
type HeadingProps ,
14
- Icon ,
15
13
ListItem ,
16
14
UnorderedList ,
17
15
} from "@chakra-ui/react"
@@ -24,13 +22,7 @@ import {
24
22
import type { ChildOnlyProp , Lang } from "@/lib/types"
25
23
26
24
import AdoptionChart from "@/components/AdoptionChart"
27
- import {
28
- Banner ,
29
- BannerBody ,
30
- BannerGrid ,
31
- BannerGridCell ,
32
- BannerImage ,
33
- } from "@/components/BannerGrid"
25
+ import { Banner , BannerImage } from "@/components/BannerGrid"
34
26
import Button from "@/components/Buttons/Button"
35
27
import ButtonLink from "@/components/Buttons/ButtonLink"
36
28
import Callout from "@/components/Callout"
@@ -44,10 +36,7 @@ import Text from "@/components/OldText"
44
36
import PageMetadata from "@/components/PageMetadata"
45
37
import { StandaloneQuizWidget } from "@/components/Quiz/QuizWidget"
46
38
import Slider , { EmblaSlide } from "@/components/Slider"
47
- import StatErrorMessage from "@/components/StatErrorMessage"
48
- import StatLoadingMessage from "@/components/StatLoadingMessage"
49
39
import Tabs from "@/components/Tabs"
50
- import Tooltip from "@/components/Tooltip"
51
40
import Translation from "@/components/Translation"
52
41
53
42
import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
@@ -663,7 +652,9 @@ const WhatIsEthereumPage = () => {
663
652
< Width60 >
664
653
< H2 > { t ( "page-what-is-ethereum-energy-title" ) } </ H2 >
665
654
< Text > { t ( "page-what-is-ethereum-energy-desc-1" ) } </ Text >
666
- < Text > < Translation id = "page-what-is-ethereum:page-what-is-ethereum-energy-desc-2" /> </ Text >
655
+ < Text >
656
+ < Translation id = "page-what-is-ethereum:page-what-is-ethereum-energy-desc-2" />
657
+ </ Text >
667
658
< ButtonRow >
668
659
< ButtonLink to = "/energy-consumption/" >
669
660
{ t ( "page-what-is-ethereum-more-on-energy-consumption" ) }
0 commit comments