mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-21 20:33:40 +00:00
Fix lint errors for src/components/main/index.tsx
This commit is contained in:
parent
0d2be2f443
commit
574772205f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import Typewriter from './type'
|
||||||
import { useEffect, useRef } from 'react'
|
import { useEffect, useRef } from 'react'
|
||||||
export default function Main () {
|
export default function Main () {
|
||||||
const mainEl = useRef(null)
|
const mainEl = useRef(null)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={'hero min-h-screen'} ref={mainEl}>
|
<div className={'hero min-h-screen'} ref={mainEl}>
|
||||||
<div style={{ animation: 'fadeInDown', animationDuration: '1.5s', zIndex: 5 }} className={'animate__animated animate__fadeIn'} >
|
<div style={{ animation: 'fadeInDown', animationDuration: '1.5s', zIndex: 5 }} className={'animate__animated animate__fadeIn'} >
|
||||||
|
|
Loading…
Reference in a new issue