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/type.tsx
This commit is contained in:
parent
98e9bc3d01
commit
a1b649b563
1 changed files with 10 additions and 10 deletions
|
@ -1,14 +1,14 @@
|
|||
import Typewriter from 'typewriter-effect'
|
||||
export default function typewriter() {
|
||||
return <Typewriter
|
||||
export default function typewriter () {
|
||||
return <Typewriter
|
||||
options={{
|
||||
strings: ['Developer', 'Gamer', 'Builder'],
|
||||
autoStart: true,
|
||||
loop: true,
|
||||
deleteSpeed: 100,
|
||||
wrapperClassName: 'text-highlight',
|
||||
cursor: ' |',
|
||||
devMode: process.env.NODE_ENV !== 'production'
|
||||
strings: ['Developer', 'Gamer', 'Builder'],
|
||||
autoStart: true,
|
||||
loop: true,
|
||||
deleteSpeed: 100,
|
||||
wrapperClassName: 'text-highlight',
|
||||
cursor: ' |',
|
||||
devMode: process.env.NODE_ENV !== 'production'
|
||||
}}
|
||||
/>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue