class --> className

This commit is contained in:
Alex Gleason 2020-06-04 21:13:38 -05:00
parent 2e9ce293dd
commit 0d76b761ac
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -14,7 +14,7 @@ const mapStateToProps = (state, props) => ({
});
const wave = (
<svg class='wave' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 889' width='1440px' height='889px' preserveAspectRatio='none'>
<svg className='wave' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 889' width='1440px' height='889px' preserveAspectRatio='none'>
<path d='M 0 0 L 0 851.82031 C 115.03104 776.54213 236.097 723.10606 363.20703 691.54492 C 640.06491 622.80164 852.93698 468.14039 954.31055 358.01367 C 1092.1151 208.31032 1206.0509 47.69868 1365.3828 13.457031 C 1391.8162 7.7762737 1416.6827 3.2957237 1440 0.001953125 L 1440 0 L 0 0 z' fill='var(--background-color)' />
</svg>
);