From 17faf470a3a79eb62fbb6cf7c40de49fbb2bf4d8 Mon Sep 17 00:00:00 2001 From: Heather Yu <35639529+hetd54@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:43:48 -0400 Subject: [PATCH] style: vertical align top of table cells --- src/components/ActivityTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ActivityTable.tsx b/src/components/ActivityTable.tsx index e10a28f..363de19 100644 --- a/src/components/ActivityTable.tsx +++ b/src/components/ActivityTable.tsx @@ -22,7 +22,7 @@ const ActivityTable: React.FC = ({ data }) => { data.map(({ name, institution, email, description, date }, i) => { const stringDate = date.toDate().toDateString() return ( - +

{description}