mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Decrease typing speed
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ const Wrapper = styled.div`
|
|||||||
const Hero: FC = () => {
|
const Hero: FC = () => {
|
||||||
return (
|
return (
|
||||||
<Wrapper>
|
<Wrapper>
|
||||||
<Typing speed={1} hideCursor={true} loop={false}>
|
<Typing speed={10} hideCursor={true} loop={false}>
|
||||||
<h2>Hi.</h2>
|
<h2>Hi.</h2>
|
||||||
<h2>I Can Build Stuff.</h2>
|
<h2>I Can Build Stuff.</h2>
|
||||||
<h2 className='green'>
|
<h2 className='green'>
|
||||||
|
|||||||
Reference in New Issue
Block a user