mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 15:10:32 +00:00
提交
This commit is contained in:
@@ -8,15 +8,17 @@ import Link from 'next/link'
|
||||
*/
|
||||
const ContactButton = () => {
|
||||
return (
|
||||
<Link href='/about'>
|
||||
<a className={'fixed right-10 bottom-40 animate__fadeInRight animate__animated animate__faster'}>
|
||||
(<Link
|
||||
href='/about'
|
||||
className={'fixed right-10 bottom-40 animate__fadeInRight animate__animated animate__faster'}>
|
||||
|
||||
<span
|
||||
className='dark:bg-black bg-white px-5 py-3 cursor-pointer shadow-card text-xl hover:bg-blue-500 transform duration-200 hover:text-white hover:shadow'>
|
||||
<i className='dark:text-gray-200 fas fa-info' title='about' />
|
||||
</span>
|
||||
</a>
|
||||
</Link>
|
||||
)
|
||||
|
||||
</Link>)
|
||||
);
|
||||
}
|
||||
|
||||
export default ContactButton
|
||||
|
||||
Reference in New Issue
Block a user