mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: changed footer section order
This commit is contained in:
parent
9c5120bd48
commit
d5fd324d81
@ -48,22 +48,7 @@ const Footer = ({ color, theme, setTheme }: FooterProps): JSX.Element => {
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className='col-span-1 mb-2'>
|
||||
<h2 className='text-koreanbots-blue text-base font-bold'>커뮤니티</h2>
|
||||
<ul className='text-sm'>
|
||||
<li>
|
||||
<Link href='/partners'>
|
||||
<a className='hover:text-gray-300'>파트너</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href='/verification'>
|
||||
<a className='hover:text-gray-300'>인증</a>
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className='col-span-1 mb-2'>
|
||||
<div className='col-span-2 mb-2'>
|
||||
<h2 className='text-koreanbots-blue text-base font-bold'>정책</h2>
|
||||
<ul className='text-sm'>
|
||||
<li>
|
||||
@ -83,6 +68,21 @@ const Footer = ({ color, theme, setTheme }: FooterProps): JSX.Element => {
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className='col-span-1 mb-2'>
|
||||
<h2 className='text-koreanbots-blue text-base font-bold'>커뮤니티</h2>
|
||||
<ul className='text-sm'>
|
||||
<li>
|
||||
<Link href='/partners'>
|
||||
<a className='hover:text-gray-300'>파트너</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href='/verification'>
|
||||
<a className='hover:text-gray-300'>인증</a>
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className='col-span-2 mb-2'>
|
||||
<h2 className='text-koreanbots-blue text-base font-bold'>기타</h2>
|
||||
<div className='flex'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user