mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: social icons overlapping each other (#626)
This commit is contained in:
parent
be93025cc5
commit
c6444672e4
@ -14,17 +14,17 @@ const Footer: React.FC<FooterProps> = ({ theme, setTheme }) => {
|
|||||||
<div className='w-full lg:w-2/5'>
|
<div className='w-full lg:w-2/5'>
|
||||||
<h1 className='text-koreanbots-blue text-2xl font-bold'>국내 디스코드의 모든 것을 한 곳에서.</h1>
|
<h1 className='text-koreanbots-blue text-2xl font-bold'>국내 디스코드의 모든 것을 한 곳에서.</h1>
|
||||||
<span className='text-base'>2020-2023 한국 디스코드 리스트, All rights reserved.</span>
|
<span className='text-base'>2020-2023 한국 디스코드 리스트, All rights reserved.</span>
|
||||||
<div className='text-2xl'>
|
<div className='text-2xl flex space-x-1'>
|
||||||
<Link href='/discord'>
|
<Link href='/discord'>
|
||||||
<a className='mr-2'>
|
<a>
|
||||||
<i className='fab fa-discord' />
|
<i className='fab fa-discord inline-block w-full' />
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
<a href='https://github.com/koreanbots' className='mr-2'>
|
<a href='https://github.com/koreanbots'>
|
||||||
<i className='fab fa-github' />
|
<i className='fab fa-github inline-block w-full' />
|
||||||
</a>
|
</a>
|
||||||
<a href='https://twitter.com/koreanbots' className='mr-2'>
|
<a href='https://twitter.com/koreanbots'>
|
||||||
<i className='fab fa-twitter' />
|
<i className='fab fa-twitter inline-block w-full' />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user