Makes components itteratable

This commit is contained in:
Alicia Sykes
2023-06-28 05:57:50 +01:00
parent 595a6833db
commit c83419cfd2
11 changed files with 54 additions and 126 deletions

View File

@@ -47,9 +47,8 @@ const ListRow = (props: { list: Technology[], title: string }) => {
);
}
const BuiltWithCard = (props: { technologies: TechnologyGroup[] }): JSX.Element => {
const BuiltWithCard = (technologies: TechnologyGroup[]): JSX.Element => {
// const { created, updated, expires, nameservers } = whois;
const { technologies } = props;
return (
<Outer>
<Heading as="h3" align="left" color={colors.primary}>Technologies</Heading>