feat: added tos at footer

This commit is contained in:
wonderlandpark 2021-05-18 10:20:43 +09:00
parent 07d56c0db0
commit 858399390d

View File

@ -52,6 +52,11 @@ const Footer = ({ theme, setTheme }: FooterProps): JSX.Element => {
<div className='col-span-2 mb-2'>
<h2 className='text-koreanbots-blue text-base font-bold'></h2>
<ul className='text-sm'>
<li>
<Link href='/tos'>
<a className='hover:text-gray-300'> </a>
</Link>
</li>
<li>
<Link href='/privacy'>
<a className='hover:text-gray-300'></a>
@ -64,7 +69,7 @@ const Footer = ({ theme, setTheme }: FooterProps): JSX.Element => {
</li>
<li>
<Link href='/license'>
<a className='hover:text-gray-300'> </a>
<a className='hover:text-gray-300'></a>
</Link>
</li>
</ul>