diff --git a/app/(main)/footer.tsx b/app/(main)/footer.tsx index 28e9cfb..99f5b99 100644 --- a/app/(main)/footer.tsx +++ b/app/(main)/footer.tsx @@ -27,6 +27,7 @@ export default function Footer() { const t = useTranslations("Footer") const version = pack.version const currentYear = new Date().getFullYear() + const isMac = /macintosh|mac os x/i.test(navigator.userAgent) return (