From 9e7aa2ba57c7fdbb2eadfda6b482f32e14b4ef0d Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Sun, 9 Oct 2022 10:28:07 -0600 Subject: [PATCH] add todo items --- src/components/UI/DataTable.tsx | 10 ++++++++-- src/pages/downloads.tsx | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/UI/DataTable.tsx b/src/components/UI/DataTable.tsx index adad5d0ce9..832446f0e3 100644 --- a/src/components/UI/DataTable.tsx +++ b/src/components/UI/DataTable.tsx @@ -21,9 +21,10 @@ export const DataTable: FC = ({ }) => { return ( = ({ return ( { columnHeaders.map((columnHeader, idx) => { + // TODO: Make the font size smaller (refer to design system) return ( {item[columnHeader.toLowerCase()]} diff --git a/src/pages/downloads.tsx b/src/pages/downloads.tsx index 3e24ac53f5..1c10c384d8 100644 --- a/src/pages/downloads.tsx +++ b/src/pages/downloads.tsx @@ -170,7 +170,7 @@ const DownloadsPage: NextPage = ({}) => {