We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08542bf commit 22f8752Copy full SHA for 22f8752
src/components/badges/index.tsx
@@ -1,7 +1,7 @@
1
import Tag from "@/components/ui/Tag";
2
import { Challenge } from "@/types/course";
3
import { useMemo } from "react";
4
-import { useTranslation } from "react-i18next";
+import { useTranslation } from "next-i18next";
5
6
/**
7
* this component is for the badges indicating if the course has a team challenge and the course level
0 commit comments