File tree Expand file tree Collapse file tree 4 files changed +0
-379
lines changed
__tests__/unit/components Expand file tree Collapse file tree 4 files changed +0
-379
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import ActionButton from 'components/ActionButton'
1111import ContributorAvatar from 'components/ContributorAvatar'
1212import DisplayIcon from 'components/DisplayIcon'
1313import Markdown from 'components/MarkdownWrapper'
14- import ModuleList from 'components/ModuleList'
1514
1615const 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 && (
You can’t perform that action at this time.
0 commit comments