Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
316 changes: 0 additions & 316 deletions frontend/__tests__/unit/components/ModuleList.test.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions frontend/src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import ActionButton from 'components/ActionButton'
import ContributorAvatar from 'components/ContributorAvatar'
import DisplayIcon from 'components/DisplayIcon'
import Markdown from 'components/MarkdownWrapper'
import ModuleList from 'components/ModuleList'

const Card = ({
title,
Expand All @@ -23,7 +22,6 @@ const Card = ({
button,
projectName,
projectLink,
modules,
social,
tooltipLabel,
timeline,
Expand Down Expand Up @@ -103,8 +101,6 @@ const Card = ({
{/* Project summary */}
<Markdown content={summary} className="mt-2 w-full text-gray-600 dark:text-gray-300" />

{/* Modules section (if available) */}
<ModuleList modules={modules} />
<div className="mt-4 w-full">
{/* Social icons section */}
{social && social.length > 0 && (
Expand Down
Loading