diff --git a/src/components/board/Officer.astro b/src/components/board/Officer.astro index eed91fc..02935cf 100644 --- a/src/components/board/Officer.astro +++ b/src/components/board/Officer.astro @@ -2,32 +2,45 @@ 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 +