diff --git a/src/components/board/Officer.astro b/src/components/board/Officer.astro index 343a74e..f587dbe 100644 --- a/src/components/board/Officer.astro +++ b/src/components/board/Officer.astro @@ -2,31 +2,53 @@ import { FaGear } from "react-icons/fa6"; import { MdEmail } from "react-icons/md"; import Link from "next/link"; -const {name, position, picture, email} = Astro.props; +const { name, position, picture, email } = Astro.props; --- -
-
- - -

+ +

+
+ + +

{email}

-
- officer -
- +
+ officer +
+
-
-

+

+

{name}

-
+
{position}
-
+

- -
\ No newline at end of file +
diff --git a/src/data/officers.json b/src/data/officers.json index 3156fce..8babfad 100644 --- a/src/data/officers.json +++ b/src/data/officers.json @@ -77,7 +77,7 @@ "type": ["Internal"] }, { - "name": "Wan-Rong (Emma) Leung", + "name": "Emma Leung", "position": "Design Chair", "picture": "/officers/emma.jpg", "email": "waleung@ucsd.edu",