From 1e38ec1ceceeb60693b4fe3c302ce5477caddf40 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Tue, 14 Dec 2021 19:02:16 -0600 Subject: Hours only shown for backhoes and tractors, changed favicon.ico, replay slider previous and back buttons, and other improvements --- modern/src/components/BottomMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/components/BottomMenu.js') diff --git a/modern/src/components/BottomMenu.js b/modern/src/components/BottomMenu.js index 4d5d4ea..59ad96e 100644 --- a/modern/src/components/BottomMenu.js +++ b/modern/src/components/BottomMenu.js @@ -23,7 +23,7 @@ const useStyles = makeStyles((theme) => ({ [theme.breakpoints.up('md')]: { left: theme.spacing(1.5), bottom: theme.spacing(1.5), - width: theme.dimensions.drawerWidthDesktop, + width: '450px', }, }, })); -- cgit v1.2.3