Skip to content

Commit

Permalink
debug dingen veranderd
Browse files Browse the repository at this point in the history
  • Loading branch information
badduck32 committed May 22, 2024
1 parent 063ff74 commit cea07e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/index/components/CourseCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const CourseCard: FC<{ courseProjects: CourseProjectsType[string], adminView?:bo
</List.Item>
)}
>
{courseProjects.projects.length > 0 && <Typography.Text style={{ textAlign: 'left', display: 'block' }}>...</Typography.Text>}
{courseProjects.projects.length > 3 && <Typography.Text style={{ textAlign: 'left', display: 'block' }}>...</Typography.Text>}
</List>
</Card>
)
Expand Down

0 comments on commit cea07e9

Please sign in to comment.