Skip to content

Commit

Permalink
Update TypeAnimation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Arush committed Aug 17, 2024
1 parent 4763b27 commit b0bf931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/homepage/hero-section/TypeAnimation.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const TypeAnimation = () => {
const [typingSpeed, setTypingSpeed] = useState(150);

// eslint-disable-next-line react-hooks/exhaustive-deps
const words = ['programmer', 'sophomore', 'roboticist', 'mentor'];
const words = ['programmer', 'sophomore', 'roboticist'];

useEffect(() => {
const handleTyping = () => {
Expand Down

0 comments on commit b0bf931

Please sign in to comment.