mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-18 16:57:22 +02:00
♻️ Remove references to next-i18next (#1597)
This commit is contained in:
parent
53e50cd8c7
commit
f0358a10a1
38 changed files with 111 additions and 139 deletions
|
@ -14,7 +14,8 @@ import {
|
|||
SmileIcon,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { Trans } from "next-i18next";
|
||||
|
||||
import { Trans } from "@/components/trans";
|
||||
|
||||
const FeedbackButton = () => {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue