From 9bbc2a626c8afd77f9c0aa28ba18d240ba91d398 Mon Sep 17 00:00:00 2001 From: Jane Moroz Date: Fri, 1 Sep 2023 11:00:09 +0300 Subject: [PATCH] style: fix colors --- src/app/myteam/components/TeamRow.tsx | 2 +- src/app/myteam/components/TeamTable.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/myteam/components/TeamRow.tsx b/src/app/myteam/components/TeamRow.tsx index 50113581..e560457c 100644 --- a/src/app/myteam/components/TeamRow.tsx +++ b/src/app/myteam/components/TeamRow.tsx @@ -7,7 +7,7 @@ interface TeamRowProps { function TeamRow({ teamMemeber }: TeamRowProps) { return ( - {teamMemeber.name} + {teamMemeber.name} {teamMemeber.discordId} {teamMemeber.averageHour} {teamMemeber.location} diff --git a/src/app/myteam/components/TeamTable.tsx b/src/app/myteam/components/TeamTable.tsx index 42b19a2d..a4f42f20 100644 --- a/src/app/myteam/components/TeamTable.tsx +++ b/src/app/myteam/components/TeamTable.tsx @@ -4,9 +4,9 @@ import { TeamRow } from "."; function TeamTable() { return (
- +
{/* head */} - + @@ -17,7 +17,7 @@ function TeamTable() { - + {/* rows */} {teamMembers.map((teamMemeber) => (
Name Discord IDPosition