From 39f1b2791eb69fc91a336f4e4a3e66be0528cb4c Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 21 Mar 2024 13:35:38 -0700 Subject: [PATCH] update officer list --- src/data/officers.json | 4 ++-- src/pages/bash.astro | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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"; ---