diff --git a/src/app/directory/components/TeamRow.tsx b/src/app/directory/components/TeamRow.tsx
index f91af004..00db8611 100644
--- a/src/app/directory/components/TeamRow.tsx
+++ b/src/app/directory/components/TeamRow.tsx
@@ -1,6 +1,6 @@
import { PencilSquareIcon } from "@heroicons/react/24/solid";
import { TeamMember } from ".";
-import { Button } from "@/components";
+
interface TeamRowProps {
teamMember: TeamMember;
@@ -10,18 +10,17 @@ interface TeamRowProps {
function TeamRow({ teamMember, currentUserId }: TeamRowProps) {
return (
- {teamMember.name}
+ {teamMember.name}
{teamMember.discordId}
-
+
{teamMember.averageHour === 0 ? "Add hours" : teamMember.averageHour}
{teamMember.id === currentUserId && (
-
-
-
+
+
)}
diff --git a/src/app/directory/components/TeamTable.tsx b/src/app/directory/components/TeamTable.tsx
index 6f6cd17a..2db71ef2 100644
--- a/src/app/directory/components/TeamTable.tsx
+++ b/src/app/directory/components/TeamTable.tsx
@@ -8,10 +8,10 @@ function TeamTable() {
return (
{/* head */}
-
+
Name
Discord ID
@@ -22,7 +22,7 @@ function TeamTable() {
Position
-
+
{/* rows */}
{teamMembers.map((teamMember) => (
+
-
+
Contributed By
-
+
{contributed_by.name}
{own_idea ? (
Edit Project
diff --git a/src/app/ideation/components/CreateIdeationContainer.tsx b/src/app/ideation/components/CreateIdeationContainer.tsx
index 92550389..cd4692df 100644
--- a/src/app/ideation/components/CreateIdeationContainer.tsx
+++ b/src/app/ideation/components/CreateIdeationContainer.tsx
@@ -3,13 +3,13 @@ import { Button } from "@/components";
function CreateIdeationContainer() {
return (
-
+
-
+
What is your Voyage project idea & vision?
-
+
We value your ideas! Share your ideas on what our project should be.
Describe your vision to capture what it does and the benefit it will
bring to users.
@@ -17,7 +17,7 @@ function CreateIdeationContainer() {
Create Project
diff --git a/src/app/ideation/components/IdeationContainer.tsx b/src/app/ideation/components/IdeationContainer.tsx
index d065f8e9..56bdf549 100644
--- a/src/app/ideation/components/IdeationContainer.tsx
+++ b/src/app/ideation/components/IdeationContainer.tsx
@@ -10,20 +10,20 @@ function IdeationContainer({
contributed_by,
}: Ideation) {
return (
-
+
- {title}
+ {title}
Project Idea
-
+
{project_idea}
Vision Statement
-
+
{vision_statement}
diff --git a/src/app/ideation/components/VoteCard.tsx b/src/app/ideation/components/VoteCard.tsx
index 2b0c39bc..561aa402 100644
--- a/src/app/ideation/components/VoteCard.tsx
+++ b/src/app/ideation/components/VoteCard.tsx
@@ -7,12 +7,12 @@ interface VoteCardProps {
function VoteCard({ users, voted }: VoteCardProps) {
return (
-
+
-
+
{users.length}
- {`Vote${
+ {`Vote${
users.length > 1 ? "s" : ""
}`}
@@ -22,7 +22,7 @@ function VoteCard({ users, voted }: VoteCardProps) {
{voted ? "Voted" : "Vote"}
diff --git a/src/app/ideation/components/VoteDescriptionCard.tsx b/src/app/ideation/components/VoteDescriptionCard.tsx
index a0713689..0e77990f 100644
--- a/src/app/ideation/components/VoteDescriptionCard.tsx
+++ b/src/app/ideation/components/VoteDescriptionCard.tsx
@@ -1,9 +1,9 @@
function VoteDescriptionCard() {
return (
-
+
- Votes
-
+
Votes
+
Vote for the projects you are interested in.
diff --git a/src/app/tech-stack/components/TechStackCard.tsx b/src/app/tech-stack/components/TechStackCard.tsx
index c4bab4fa..7ecb060c 100644
--- a/src/app/tech-stack/components/TechStackCard.tsx
+++ b/src/app/tech-stack/components/TechStackCard.tsx
@@ -9,21 +9,21 @@ interface TechStackCardProps {
export default function TechStackCard({ title, data }: TechStackCardProps) {
return (
-
+
-
+
{data.map((element) => (
+
{Object.keys(techStack).map((cardType, index) => (
+
-
{title}
-
{description}
+
{title}
+
{description}
);
diff --git a/src/components/ModeToggle.tsx b/src/components/ModeToggle.tsx
index 16147eef..41c01e72 100644
--- a/src/components/ModeToggle.tsx
+++ b/src/components/ModeToggle.tsx
@@ -21,15 +21,15 @@ export default function ModeToggle() {
};
return (
-
+
-
-
+
+
);
}
diff --git a/src/components/navbar/Bell.tsx b/src/components/navbar/Bell.tsx
index 4fd5c592..30e4c57a 100644
--- a/src/components/navbar/Bell.tsx
+++ b/src/components/navbar/Bell.tsx
@@ -10,7 +10,7 @@ export default function Bell({
{notificationCount}
-
+
);
}
diff --git a/src/components/navbar/ChinguMenu.tsx b/src/components/navbar/ChinguMenu.tsx
index 16d96771..f55de6b4 100644
--- a/src/components/navbar/ChinguMenu.tsx
+++ b/src/components/navbar/ChinguMenu.tsx
@@ -10,7 +10,7 @@ export default function ChinguMenu() {
alt="Chingu Logo"
priority={false}
/>
- Chingu
+ Chingu
);
}
diff --git a/src/components/navbar/DropDown.tsx b/src/components/navbar/DropDown.tsx
index 0f45fa3f..1dff1666 100644
--- a/src/components/navbar/DropDown.tsx
+++ b/src/components/navbar/DropDown.tsx
@@ -6,13 +6,13 @@ export default function DropDown({ name }: { name: string }) {
- {name}
+ {name}
diff --git a/src/components/navbar/DropDownLink.tsx b/src/components/navbar/DropDownLink.tsx
index 39b5ffa7..1b810d42 100644
--- a/src/components/navbar/DropDownLink.tsx
+++ b/src/components/navbar/DropDownLink.tsx
@@ -10,7 +10,7 @@ export default function DropDownLink({ title, href = "#" }: DropDownLinkProps) {
{title}
diff --git a/src/components/navbar/Navbar.tsx b/src/components/navbar/Navbar.tsx
index 139a8556..e7500bb1 100644
--- a/src/components/navbar/Navbar.tsx
+++ b/src/components/navbar/Navbar.tsx
@@ -5,7 +5,7 @@ const notificationCount = 4;
export default function Navbar() {
return (
-
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 4ccdc19e..5affca9d 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -15,9 +15,9 @@ module.exports = {
secondary: "#A3CEE9",
"secondary-focus": "#B1C6D4",
"secondary-content": "#DAEAF2",
- accent: "#6EE7B7",
- "accent-focus": "#98DDBD",
- "accent-content": "#D7EDE3",
+ accent: "#868079",
+ "accent-focus": "#A6998D",
+ "accent-content": "#D9D5D0",
neutral: "#6B7280",
"neutral-focus": "#4C515B",
"neutral-content": "#9CA1AA",
@@ -38,14 +38,14 @@ module.exports = {
{
dark: {
primary: "#40936D",
- "primary-focus": "#82D9B1",
- "primary-content": "#7FB79D",
- secondary: "#8FB4CC",
- "secondary-focus": "#A6D1ED",
- "secondary-content": "#697F8C",
- accent: "#61CCA2",
- "accent-focus": "#6EE7B7",
- "accent-content": "#6B9984",
+ "primary-focus": "#5F8E6C",
+ "primary-content": "#394741",
+ secondary: "#44728D",
+ "secondary-focus": "#5E7387",
+ "secondary-content": "#36444D",
+ accent: "#494C4D",
+ "accent-focus": "#595655",
+ "accent-content": "#404040",
neutral: "#6B7280",
"neutral-focus": "#A0A5AE",
"neutral-content": "#3B3F46",