Updated the Home.jsx

This commit is contained in:
Mathias Wagner 2023-09-10 17:34:17 +02:00
parent f28153f42a
commit 9901639f92
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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>