Skip to content

Commit

Permalink
Chore: Project wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Vija02 committed Sep 14, 2024
1 parent 2f0a870 commit 51a6477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/homepage/src/pages/o/[slug]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const OrganizationPage: NextPage = () => {
<Heading>Projects</Heading>
<Link href="/logout">Logout</Link>
</Stack>
<HStack alignItems="center" marginBottom={2}>
<HStack alignItems="center" marginBottom={2} flexWrap="wrap">
{query.data?.organizationBySlug?.projects.nodes.map(
(project, i) => (
<LinkBox
Expand Down

0 comments on commit 51a6477

Please sign in to comment.