diff --git a/src/app/ideation/components/ContributionCard.tsx b/src/app/ideation/components/ContributionCard.tsx
index a5a75f6c..b316e66d 100644
--- a/src/app/ideation/components/ContributionCard.tsx
+++ b/src/app/ideation/components/ContributionCard.tsx
@@ -10,7 +10,7 @@ interface ContributionCardProps {
function ContributionCard({ own_idea, contributed_by }: ContributionCardProps) {
return (
-
+
Contributed By
diff --git a/src/app/ideation/components/CreateIdeationContainer.tsx b/src/app/ideation/components/CreateIdeationContainer.tsx
index cd4692df..bc2eb9e9 100644
--- a/src/app/ideation/components/CreateIdeationContainer.tsx
+++ b/src/app/ideation/components/CreateIdeationContainer.tsx
@@ -3,8 +3,16 @@ import { Button } from "@/components";
function CreateIdeationContainer() {
return (
-
-
+
+
+
+
+
What is your Voyage project idea & vision?
@@ -15,12 +23,6 @@ function CreateIdeationContainer() {
bring to users.
-
);
}
diff --git a/src/app/ideation/components/VoteCard.tsx b/src/app/ideation/components/VoteCard.tsx
index 561aa402..64c93133 100644
--- a/src/app/ideation/components/VoteCard.tsx
+++ b/src/app/ideation/components/VoteCard.tsx
@@ -7,7 +7,7 @@ interface VoteCardProps {
function VoteCard({ users, voted }: VoteCardProps) {
return (
-
+
{users.length}
diff --git a/src/app/ideation/components/VoteDescriptionCard.tsx b/src/app/ideation/components/VoteDescriptionCard.tsx
index 0e77990f..9dfc32c0 100644
--- a/src/app/ideation/components/VoteDescriptionCard.tsx
+++ b/src/app/ideation/components/VoteDescriptionCard.tsx
@@ -1,6 +1,6 @@
function VoteDescriptionCard() {
return (
-