Skip to content

Commit c460460

Browse files
committed
changed button to ListItem in Menu.jsx
1 parent d5c1b8a commit c460460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-ui/src/components/menu/Menu.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,13 @@ function Menu() {
381381
<Collapse in={adminOpen} timeout="auto" unmountOnExit>
382382
{createListJsx(adminLinks, true)}
383383
{isAdmin && (
384-
<button
384+
<ListItem
385385
className="Menu-nested MuiListItem-button"
386386
style={{ border: 'none', margin: '1rem 0' }}
387387
onClick={openHoursUpload}
388388
>
389389
Upload Hours
390-
</button>
390+
</ListItem>
391391
)}
392392
</Collapse>
393393
</>

0 commit comments

Comments
 (0)