diff --git a/src/app/directory/components/TeamRow.tsx b/src/app/directory/components/TeamRow.tsx index f91af0044..00db8611a 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 6f6cd17a3..2db71ef2d 100644 --- a/src/app/directory/components/TeamTable.tsx +++ b/src/app/directory/components/TeamTable.tsx @@ -8,10 +8,10 @@ function TeamTable() { return (
{/* head */} - + @@ -22,7 +22,7 @@ function TeamTable() { - + {/* rows */} {teamMembers.map((teamMember) => ( +
-

+

Contributed By

-

+

{contributed_by.name}

{own_idea ? ( diff --git a/src/app/ideation/components/CreateIdeationContainer.tsx b/src/app/ideation/components/CreateIdeationContainer.tsx index 92550389c..cd4692df1 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() {

diff --git a/src/app/ideation/components/IdeationContainer.tsx b/src/app/ideation/components/IdeationContainer.tsx index d065f8e94..56bdf5493 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 2b0c39bc1..561aa4026 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) {
-
    +
      {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 16147eef5..41c01e720 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/ChinguMenu.tsx b/src/components/navbar/ChinguMenu.tsx index 16d96771c..f55de6b46 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 0f45fa3f1..1dff16668 100644 --- a/src/components/navbar/DropDown.tsx +++ b/src/components/navbar/DropDown.tsx @@ -6,13 +6,13 @@ export default function DropDown({ name }: { name: string }) {
    diff --git a/src/components/navbar/DropDownLink.tsx b/src/components/navbar/DropDownLink.tsx index 39b5ffa76..1b810d42d 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 139a8556d..e7500bb1c 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 ( -
Name Discord IDPosition