listing devices and linking them to their respoective page
This commit is contained in:
parent
03f8ed20ca
commit
84d06d9783
7 changed files with 119 additions and 27 deletions
|
|
@ -199,7 +199,7 @@ export default function TeamPage() {
|
|||
}
|
||||
|
||||
return (
|
||||
<PageContainer sx={{ padding: isMobile ? 1 : 2 }}>
|
||||
<PageContainer padding={isMobile ? 0 : 2}>
|
||||
<Box className={classes.container}>
|
||||
<Box className={classes.leftBox}>
|
||||
{title()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue