diff --git a/src/data/officers.json b/src/data/officers.json index 75b804f..7b19544 100644 --- a/src/data/officers.json +++ b/src/data/officers.json @@ -94,7 +94,7 @@ "position": "Quarterly Projects Chair", "picture": "/officers/temp.png", "email": "jlapidar@ucsd.edu", - "type": ["Projects", "Events"] + "type": ["Projects"] }, { "name": "Sankalp Kaushik", @@ -143,7 +143,7 @@ "position": "Outreach Chair", "picture": "/officers/joshua.jpg", "email": "jmc008@ucsd.edu", - "type": [] + "type": ["Events"] }, { "name": "Ashlee Young", diff --git a/src/pages/bash.astro b/src/pages/bash.astro index 4285630..582bfdc 100644 --- a/src/pages/bash.astro +++ b/src/pages/bash.astro @@ -1,5 +1,4 @@ --- -// Import your React component at the top of your Astro file import BashSlides from "../components/react/Bash.jsx"; ---