Fix video

This commit is contained in:
Benjamin Bädorf 2023-02-25 20:43:16 +01:00
parent 566c5d3fbe
commit 81f8252751
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
5 changed files with 1 additions and 3 deletions

View file

@ -37,7 +37,7 @@ export default ({
Invest today! Invest today!
Stocks are up! Stocks are up!
mezza will take care of your money! mezza will take care of your money!
bIggest profits! Biggest profits!
Stay invested! Stay invested!
</marquee> </marquee>
</body> </body>

BIN
assets/1-billion-moneys.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

BIN
assets/money-rains.mp4 Normal file

Binary file not shown.

View file

@ -172,7 +172,6 @@ const createChart = () => {
createChart(); createChart();
setInterval(() => { setInterval(() => {
baseArray.shift();
baseArray.push(getNewDataPoint(baseArray[baseArray.length - 1])); baseArray.push(getNewDataPoint(baseArray[baseArray.length - 1]));
createChart(); createChart();
}, 500); }, 500);

View file

@ -1,2 +1 @@
@import 'styles/style'; @import 'styles/style';
@import 'styles/typography';