adding and removing teams works
This commit is contained in:
parent
952b3f6c4e
commit
cf4e3fbe1f
7 changed files with 46 additions and 19 deletions
|
|
@ -7,7 +7,7 @@ export default function Teams() {
|
|||
const isMobile = useMobile();
|
||||
return (
|
||||
<PageContainer>
|
||||
<Box paddingY={isMobile ? 0.5 : 1} paddingX={isMobile ? 1 : 2}>
|
||||
<Box paddingY={isMobile ? 1 : 1.5} paddingX={isMobile ? 1 : 2}>
|
||||
<TeamList />
|
||||
</Box>
|
||||
</PageContainer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue