import BLOG from '@/blog.config' import { faEnvelope } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import Link from 'next/link' export default function LogoBar () { // const { locale } = useGlobal() return
{BLOG.TITLE} {/* */} {/* {locale.NAV.ABOUT} */} {/* */}
{BLOG.CONTACT_EMAIL &&
}
}