Fix lint errors for src/components/main/index.tsx

This commit is contained in:
zeon-neon[bot] 2024-08-02 14:47:10 +00:00 committed by GitHub
parent 0d2be2f443
commit 574772205f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ import Typewriter from './type'
import { useEffect, useRef } from 'react'
export default function Main () {
const mainEl = useRef(null)
return (
<div className={'hero min-h-screen'} ref={mainEl}>
<div style={{ animation: 'fadeInDown', animationDuration: '1.5s', zIndex: 5 }} className={'animate__animated animate__fadeIn'} >