🐛 fix(footer): Email address

This commit is contained in:
web@ppanel 2024-12-05 20:13:58 +07:00
parent 35a9f69e7e
commit a451f44c81

View File

@ -19,7 +19,7 @@ import { Fragment } from 'react';
const Links = [
{
icon: 'uil:envelope',
href: NEXT_PUBLIC_EMAIL ?? `mailto:${NEXT_PUBLIC_EMAIL}`,
href: NEXT_PUBLIC_EMAIL ? `mailto:${NEXT_PUBLIC_EMAIL}` : undefined,
},
{
icon: 'uil:telegram',