Skip to content

Commit 9a09bc5

Browse files
authored
Merge branch 'main' into test/contribution-heatmap-tests
2 parents 15c51a7 + 1dfdcf0 commit 9a09bc5

File tree

4 files changed

+0
-379
lines changed

4 files changed

+0
-379
lines changed

frontend/__tests__/unit/components/ModuleList.test.tsx

Lines changed: 0 additions & 316 deletions
This file was deleted.

frontend/src/components/Card.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import ActionButton from 'components/ActionButton'
1111
import ContributorAvatar from 'components/ContributorAvatar'
1212
import DisplayIcon from 'components/DisplayIcon'
1313
import Markdown from 'components/MarkdownWrapper'
14-
import ModuleList from 'components/ModuleList'
1514

1615
const Card = ({
1716
title,
@@ -23,7 +22,6 @@ const Card = ({
2322
button,
2423
projectName,
2524
projectLink,
26-
modules,
2725
social,
2826
tooltipLabel,
2927
timeline,
@@ -103,8 +101,6 @@ const Card = ({
103101
{/* Project summary */}
104102
<Markdown content={summary} className="mt-2 w-full text-gray-600 dark:text-gray-300" />
105103

106-
{/* Modules section (if available) */}
107-
<ModuleList modules={modules} />
108104
<div className="mt-4 w-full">
109105
{/* Social icons section */}
110106
{social && social.length > 0 && (

0 commit comments

Comments
 (0)