Fix video
This commit is contained in:
parent
566c5d3fbe
commit
81f8252751
|
@ -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
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
BIN
assets/money-rains.mp4
Normal file
Binary file not shown.
|
@ -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);
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
@import 'styles/style';
|
@import 'styles/style';
|
||||||
@import 'styles/typography';
|
|
||||||
|
|
Loading…
Reference in a new issue