Skip to content

Commit 22f8752

Browse files
committed
fix: use next-i18next to fix the hydration error
1 parent 08542bf commit 22f8752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/badges/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Tag from "@/components/ui/Tag";
22
import { Challenge } from "@/types/course";
33
import { useMemo } from "react";
4-
import { useTranslation } from "react-i18next";
4+
import { useTranslation } from "next-i18next";
55

66
/**
77
* this component is for the badges indicating if the course has a team challenge and the course level

0 commit comments

Comments
 (0)