Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
osdodo committed Nov 25, 2023
1 parent e6923f1 commit c83ae4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ const HomePage = observer(() => {
const typewriterRef = useRef(null);
useEffect(() => {
typewriterRef.current = new Typewriter('#typewriter', {
loop: false,
delay: 40,
deleteSpeed: 10,
shuffle: true,
});
return () => {
if (typewriterRef.current) {
Expand Down

0 comments on commit c83ae4b

Please sign in to comment.