mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: added tos at footer
This commit is contained in:
parent
07d56c0db0
commit
858399390d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user