diff --git a/src/components/board/Officer.astro b/src/components/board/Officer.astro
index ae61a5d..eed91fc 100644
--- a/src/components/board/Officer.astro
+++ b/src/components/board/Officer.astro
@@ -21,10 +21,10 @@ const {name, position, picture, email} = Astro.props;
+
{name}
-Quarterly Project
diff --git a/src/data/pastProjects.json b/src/data/pastProjects.json index 13c3491..c85521a 100644 --- a/src/data/pastProjects.json +++ b/src/data/pastProjects.json @@ -1,43 +1,43 @@ [ { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/robocup.png", "link": "/", "col": "2" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/signal.png", "link": "/", "col": "4" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/robocup.png", "link": "/", "col": "3" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/signal.png", "link": "/", "col": "3" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/signal.png", "link": "/", "col": "2" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/robocup.png", "link": "/", "col": "2" }, { "title": "Retro Gaming Console", - "image": "/neko.png", + "image": "/robocup.png", "link": "/", "col": "2" } diff --git a/src/pages/quarterly.astro b/src/pages/quarterly.astro index ac54454..6b58e61 100644 --- a/src/pages/quarterly.astro +++ b/src/pages/quarterly.astro @@ -27,9 +27,10 @@ import Timeline from "../components/qp/Timeline.astro";