Fix video

main
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!
Stocks are up!
mezza will take care of your money!
bIggest profits!
Biggest profits!
Stay invested!
</marquee>
</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();
setInterval(() => {
baseArray.shift();
baseArray.push(getNewDataPoint(baseArray[baseArray.length - 1]));
createChart();
}, 500);

View File

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