Skip to content

Commit 6a87db0

Browse files
committed
migrated useColorModeValue
1 parent 4e40c95 commit 6a87db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/contributing/translation-program/acknowledgements.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { useRouter } from "next/router"
33
import { GetStaticProps } from "next/types"
44
import { useTranslation } from "next-i18next"
55
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
6-
import { useColorModeValue } from "@chakra-ui/react"
76

87
import { BasePageProps, Lang } from "@/lib/types"
98

@@ -27,6 +26,7 @@ import allTimeData from "../../../data/translation-reports/alltime/alltime-data.
2726
import monthData from "../../../data/translation-reports/month/month-data.json"
2827
import quarterData from "../../../data/translation-reports/quarter/quarter-data.json"
2928

29+
import useColorModeValue from "@/hooks/useColorModeValue"
3030
import darkThemeCertificateImg from "@/public/images/certificates/dark-certificate.png"
3131
import lightThemeCertificateImg from "@/public/images/certificates/light-certificate.png"
3232
import dogeComputerImg from "@/public/images/doge-computer.png"

0 commit comments

Comments
 (0)