At line 48 of Counter.js, the code is as follows <Divider orientation="vertical" sx={{ display: { xs: "none", md: "block" }, ml: 0 }} /> when it should be <Divider orientation="vertical" sx={{ display: { xs: "none", md: "block" }, mx: 0 }} />
At line 48 of Counter.js, the code is as follows
when it should be