feat: use i18n link component

This commit is contained in:
JiPai
2024-09-05 20:54:44 +08:00
parent 94587c3472
commit c3ccd2a6b7
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
"use client";
import Link from "next/link";
import { trackGAEvent } from "./analitycs";
import { Link } from '@/i18n/routing'
export function NavLink({
href,