maxeth / react-type-animation

A React typewriter animation based on typical with extended functionality and customization.
https://react-type-animation.netlify.app/
MIT License
391 stars 24 forks source link

Missing comma in style tag - Useful css rules for inline wrappers #45

Closed henrystevens00 closed 9 months ago

henrystevens00 commented 10 months ago

In this section "Useful css rules for inline wrappers"

There is a missing comma after the width: '300px' see below

style={{ height: '200px', width: '300px' border: 'solid 1px rgb(0,0,0)' }}

also awesome library, great job!

maxeth commented 9 months ago

Fixed, thanks.