微调social

This commit is contained in:
tangly1024.com
2023-02-01 16:53:00 +08:00
parent 4423777ed3
commit 9c0734e995

View File

@@ -8,7 +8,7 @@ import React from 'react'
*/
const SocialButton = () => {
return <div className='w-52 justify-center flex-wrap flex'>
<div className='space-x-3 text-xl text-gray-600 dark:text-gray-400 '>
<div className='space-x-3 text-xl text-gray-600 dark:text-gray-400 text-center'>
{BLOG.CONTACT_GITHUB && <a target='_blank' rel='noreferrer' title={'github'} href={BLOG.CONTACT_GITHUB} >
<i className='fab fa-github transform hover:scale-125 duration-150'/>
</a>}