🐛 fix(footer): Email address
This commit is contained in:
parent
35a9f69e7e
commit
a451f44c81
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user