diff --git a/src/app/about.tsx b/src/app/about.tsx index e535ce8..63c163f 100644 --- a/src/app/about.tsx +++ b/src/app/about.tsx @@ -2,7 +2,7 @@ import { FiExternalLink } from 'react-icons/fi'; export default function About() { return ( -
+

What is WSAF?

diff --git a/src/app/components/id-card.tsx b/src/app/components/id-card.tsx index 7345d45..1c90789 100644 --- a/src/app/components/id-card.tsx +++ b/src/app/components/id-card.tsx @@ -13,40 +13,36 @@ export default function IdCard({ description, role, image, - organisation, }: { name: string; description?: string; role?: string; image?: StaticImageData; - organisation?: boolean; }) { return ( -

-
-
+
+
+
-
+
{image && ( {`Image )} -

{name}

+

+ {name} +

{description && ( - {description} + + {description} + )}
{role && ( -