This commit is contained in:
HF 2023-12-27 15:53:52 +01:00
parent 09c4b4c284
commit a20fa7a8e6
2 changed files with 6 additions and 4 deletions

View File

@ -61,12 +61,14 @@ const ChristmasButton = () => {
}} }}
style={style} style={style}
> >
{(playing) ? <embed {(playing) ? (
<embed
style={{ margin: 10 }} style={{ margin: 10 }}
width="320" width="320"
height="180" height="180"
src={url} src={url}
/> : <GiPineTree />} />
) : <GiPineTree />}
</div> </div>
); );
}; };

View File

@ -8,8 +8,8 @@
* http://schillmania.com/projects/snowstorm/license.txt * http://schillmania.com/projects/snowstorm/license.txt
*/ */
/*jslint nomen: true, plusplus: true, sloppy: true, vars: true, white: true */ /* jslint nomen: true, plusplus: true, sloppy: true, vars: true, white: true */
/*global window, document, navigator, clearInterval, setInterval */ /* global window, document, navigator, clearInterval, setInterval */
/* eslint-disable */ /* eslint-disable */