1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-11-04 00:19:01 +01:00

feat(portfolio): add Fusey

This commit is contained in:
2025-05-11 17:28:02 +02:00
parent 69af1bccc3
commit a43bfb4a0d
10 changed files with 40 additions and 31 deletions

View File

@@ -2,7 +2,6 @@
import { classNames } from "@repo/config-tailwind/classNames"
import { usePathname, useRouter } from "@repo/i18n/routing"
import type { Locale } from "@repo/utils/constants"
import { LOCALES } from "@repo/utils/constants"
import { useLocale } from "next-intl"
import { useEffect, useRef } from "react"
@@ -16,7 +15,7 @@ export interface LocalesProps {}
export const Locales: React.FC<LocalesProps> = () => {
const router = useRouter()
const pathname = usePathname()
const localeCurrent = useLocale() as Locale
const localeCurrent = useLocale()
const {
value: isVisibleMenu,