The TypeWriter effect seems to insert a new line when I implement it, but I would really prefer it to read out on the same line. Please see attached
Please advise on how I can get this in the same line? Thanks
<h3>
import Typewriter from 'typewriter-effect';
....
I'm a {city} based <Typewriter options={{ strings: ['Software Engineer'],autoStart: true,loop: true,}}/>
{description}
</h3>
You could add a css rule with display: inline-block; or display: inline;