feat: Added Threads Social and Share buttons

This commit is contained in:
Ricky L. T. Wong
2025-03-23 17:57:35 -04:00
parent 61bdfef701
commit 4d988fbb11
4 changed files with 1154 additions and 760 deletions

View File

@@ -99,6 +99,15 @@ const SocialButton = () => {
<i className='fab fa-youtube transform hover:scale-125 duration-150' />
</a>
)}
{siteConfig('CONTACT_THREADS') && (
<a
target='_blank'
rel='noreferrer'
title={'threads'}
href={siteConfig('CONTACT_THREADS')}>
<i className='fab fa-threads transform hover:scale-125 duration-150' />
</a>
)}
</div>
</div>
)