diff --git a/src/components/Card.tsx b/src/components/Card.tsx index 036e415..ef406b9 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -13,7 +13,7 @@ interface CardProps { const Card: React.FC = ({ position, image, title, name, address, phone, email }) => { return (
diff --git a/src/components/CardContainer.astro b/src/components/CardContainer.astro index 02aa0a3..c3bf072 100644 --- a/src/components/CardContainer.astro +++ b/src/components/CardContainer.astro @@ -14,9 +14,9 @@ interface PersonProps { } --- -
+

{title}

-
+
{ people.map((person: PersonProps, i: number) => { return ( diff --git a/src/pages/people.astro b/src/pages/people.astro index 0baa4ff..c153eb6 100644 --- a/src/pages/people.astro +++ b/src/pages/people.astro @@ -9,7 +9,7 @@ const support = people.filter((person) => person.data.type === "Supporting Staff --- -
+