diff --git a/src/components/UI/DataTable.tsx b/src/components/UI/DataTable.tsx index 832446f0e3..c1a260293b 100644 --- a/src/components/UI/DataTable.tsx +++ b/src/components/UI/DataTable.tsx @@ -21,8 +21,7 @@ export const DataTable: FC = ({ }) => { return ( = ({ background: "#11866f", }, }} - p={4} + pt={4} + pb={4} > - - +
+ { columnHeaders.map((columnHeader, idx) => { @@ -46,8 +43,8 @@ export const DataTable: FC = ({ { columnHeaders.map((columnHeader, idx) => { @@ -80,8 +76,8 @@ export const DataTable: FC = ({ return ( diff --git a/src/pages/downloads.tsx b/src/pages/downloads.tsx index 1c10c384d8..ca4f53b9de 100644 --- a/src/pages/downloads.tsx +++ b/src/pages/downloads.tsx @@ -111,7 +111,6 @@ const DownloadsPage: NextPage = ({}) => { }}> { }}> { Similarly you can import all the developer public keys by grabbing them directly from the keyserver network: - {/* TODO: Thees are developer keys, do we need to change? */} + {/* TODO: These are developer keys, do we need to change? */} gpg --recv-keys E058A81C 05A5DDF0 1CCB7DD2
= ({ return (
{item[columnHeader.toLowerCase()]}