diff --git a/public/img/ideation_banner.png b/public/img/ideation_banner.png deleted file mode 100644 index 337b23bb..00000000 Binary files a/public/img/ideation_banner.png and /dev/null differ diff --git a/public/img/ideation_banner.svg b/public/img/ideation_banner.svg new file mode 100644 index 00000000..7a4d7cb0 --- /dev/null +++ b/public/img/ideation_banner.svg @@ -0,0 +1,53 @@ + diff --git a/src/app/ideation/components/ContributionCard.tsx b/src/app/ideation/components/ContributionCard.tsx index a5a75f6c..ae58fcb2 100644 --- a/src/app/ideation/components/ContributionCard.tsx +++ b/src/app/ideation/components/ContributionCard.tsx @@ -6,23 +6,25 @@ interface ContributionCardProps { name: string; avatar?: string; }; + className?: string + } -function ContributionCard({ own_idea, contributed_by }: ContributionCardProps) { +function ContributionCard({ own_idea, contributed_by, className }: ContributionCardProps) { return ( -
- {project_idea} -
+{project_idea}