mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: added twitter in footer
This commit is contained in:
parent
3f0105e3f4
commit
a38d12083d
@ -20,6 +20,9 @@ const Footer = (): JSX.Element => {
|
||||
<a href='https://github.com/koreanbots' className='mr-2'>
|
||||
<i className='fab fa-github' />
|
||||
</a>
|
||||
<a href='https://twitter.com/koreanbots' className='mr-2'>
|
||||
<i className='fab fa-twitter' />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex-grow grid grid-cols-2 lg:grid-cols-2 xl:grid-cols-3 gap-2'>
|
||||
@ -75,5 +78,4 @@ const Footer = (): JSX.Element => {
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Footer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user