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'
|
import Typewriter from 'typewriter-effect'
|
||||||
export default function typewriter() {
|
export default function typewriter () {
|
||||||
return <Typewriter
|
return <Typewriter
|
||||||
options={{
|
options={{
|
||||||
strings: ['Developer', 'Gamer', 'Builder'],
|
strings: ['Developer', 'Gamer', 'Builder'],
|
||||||
autoStart: true,
|
autoStart: true,
|
||||||
loop: true,
|
loop: true,
|
||||||
deleteSpeed: 100,
|
deleteSpeed: 100,
|
||||||
wrapperClassName: 'text-highlight',
|
wrapperClassName: 'text-highlight',
|
||||||
cursor: ' |',
|
cursor: ' |',
|
||||||
devMode: process.env.NODE_ENV !== 'production'
|
devMode: process.env.NODE_ENV !== 'production'
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue