Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohi07 committed Jan 11, 2025
1 parent 8f63961 commit 417e790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Pages/dynamicText.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const DynamicText = ({ text }) => {
textElement.textContent = text;
}
}, [text]);

return (
<div className="typing">
<span id="text"></span>
Expand Down

0 comments on commit 417e790

Please sign in to comment.