Updated the Home.jsx
This commit is contained in:
parent
f28153f42a
commit
9901639f92
@ -16,7 +16,7 @@ export const Home = () => {
|
||||
color="primary">{user.username}</Typography>.</Typography>
|
||||
|
||||
<Typography variant="h4" fontWeight="bold" mt={3}>Deine Projekte:</Typography>
|
||||
<Stack direction="row" spacing={2}>
|
||||
<Stack direction="row" gap={2} flexWrap="wrap">
|
||||
{projects.map((project, index) => <ProjectBox project={project} key={index}/>)}
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user