Fix video
This commit is contained in:
parent
566c5d3fbe
commit
81f8252751
|
@ -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
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();
|
||||
|
||||
setInterval(() => {
|
||||
baseArray.shift();
|
||||
baseArray.push(getNewDataPoint(baseArray[baseArray.length - 1]));
|
||||
createChart();
|
||||
}, 500);
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
@import 'styles/style';
|
||||
@import 'styles/typography';
|
||||
|
|
Loading…
Reference in a new issue