@@ -90,36 +90,36 @@ const NavBar = (): ReactElement => {
9090 </ AppBar >
9191 < Drawer open = { isDrawerOpen } onClose = { toggleDrawer ( false ) } >
9292 < Box sx = { { width : 250 } } role = "presentation" onClick = { toggleDrawer ( false ) } >
93- < List >
94- < ListItem sx = { { px : 0 } } >
93+ < List sx = { { p : 0 } } >
94+ < ListItem sx = { { p : 0 } } >
9595 < Link to = "/" style = { { textDecoration : 'none' , width : '100%' } } >
9696 < ListItemButton className = { isActive ( '/' ) ? 'active' : '' } >
9797 < Typography > { t ( "navbar.home" ) } </ Typography >
9898 </ ListItemButton >
9999 </ Link >
100100 </ ListItem >
101- < ListItem sx = { { px : 0 } } >
101+ < ListItem sx = { { p : 0 } } >
102102 < Link to = "/sponsorship" style = { { textDecoration : 'none' , width : '100%' } } >
103103 < ListItemButton className = { isActive ( '/sponsorship' ) ? 'active' : '' } >
104104 < Typography > { t ( "navbar.sponsorship" ) } </ Typography >
105105 </ ListItemButton >
106106 </ Link >
107107 </ ListItem >
108- < ListItem sx = { { px : 0 } } >
108+ < ListItem sx = { { p : 0 } } >
109109 < Link to = "/about" style = { { textDecoration : 'none' , width : '100%' } } >
110110 < ListItemButton className = { isActive ( '/about' ) ? 'active' : '' } >
111111 < Typography > { t ( "navbar.aboutUs" ) } </ Typography >
112112 </ ListItemButton >
113113 </ Link >
114114 </ ListItem >
115- < ListItem sx = { { px : 0 } } >
115+ < ListItem sx = { { p : 0 } } >
116116 < Link to = "/code-of-conduct" style = { { textDecoration : 'none' , width : '100%' } } >
117117 < ListItemButton className = { isActive ( '/code-of-conduct' ) ? 'active' : '' } >
118118 < Typography > { t ( "navbar.codeOfConduct" ) } </ Typography >
119119 </ ListItemButton >
120120 </ Link >
121121 </ ListItem >
122- < ListItem sx = { { px : 0 } } >
122+ < ListItem sx = { { p : 0 } } >
123123 < Link to = "#" onClick = { openSurvey } style = { { textDecoration : 'none' , width : '100%' } } >
124124 < ListItemButton sx = { { height : '100%' } } >
125125 < Typography > { t ( "navbar.survey" ) } </ Typography >
0 commit comments