fix: add missing email mailto

This commit is contained in:
jinhojang6 2023-12-08 00:45:47 +09:00
parent 12239081e1
commit 1a9e657c44
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import { breakpoints, footerBUs, footerSocial } from '@/configs/ui.configs'
import styled from '@emotion/styled'
import Image from 'next/image'
import Link from 'next/link'
export const Footer = () => {
const handleGoToTop = () => {
@ -31,7 +32,9 @@ export const Footer = () => {
<br />
Contact the IFT to see what we can do for you and your startup.
</p>
<button>Email us</button>
<Link href="mailto:info@free.technology">
<button>Email us</button>
</Link>
</Description>
</FooterInfoItem>
</FooterInto>

View File

@ -1,6 +1,7 @@
import { breakpoints, footerBUs, footerSocial } from '@/configs/ui.configs'
import styled from '@emotion/styled'
import Image from 'next/image'
import Link from 'next/link'
export const HomeFooter = () => {
const handleGoToTop = () => {
@ -26,7 +27,9 @@ export const HomeFooter = () => {
<br />
Contact the IFT to see what we can do for you and your startup.
</p>
<button>Email us</button>
<Link href="mailto:info@free.technology">
<button>Email us</button>
</Link>
</Description>
<Links>
<LinksColumn>