update officer list

This commit is contained in:
chark1es 2024-03-21 13:35:38 -07:00
parent f8ec001728
commit 39f1b2791e
2 changed files with 2 additions and 3 deletions

View file

@ -94,7 +94,7 @@
"position": "Quarterly Projects Chair", "position": "Quarterly Projects Chair",
"picture": "/officers/temp.png", "picture": "/officers/temp.png",
"email": "jlapidar@ucsd.edu", "email": "jlapidar@ucsd.edu",
"type": ["Projects", "Events"] "type": ["Projects"]
}, },
{ {
"name": "Sankalp Kaushik", "name": "Sankalp Kaushik",
@ -143,7 +143,7 @@
"position": "Outreach Chair", "position": "Outreach Chair",
"picture": "/officers/joshua.jpg", "picture": "/officers/joshua.jpg",
"email": "jmc008@ucsd.edu", "email": "jmc008@ucsd.edu",
"type": [] "type": ["Events"]
}, },
{ {
"name": "Ashlee Young", "name": "Ashlee Young",

View file

@ -1,5 +1,4 @@
--- ---
// Import your React component at the top of your Astro file
import BashSlides from "../components/react/Bash.jsx"; import BashSlides from "../components/react/Bash.jsx";
--- ---