diff --git a/src/components/board/Officer.astro b/src/components/board/Officer.astro index 77edd52..17f5577 100644 --- a/src/components/board/Officer.astro +++ b/src/components/board/Officer.astro @@ -41,7 +41,7 @@ const { name, position, picture, email } = Astro.props; >
{name}
diff --git a/src/components/core/Social.astro b/src/components/core/Social.astro index 8c41bdd..436365f 100644 --- a/src/components/core/Social.astro +++ b/src/components/core/Social.astro @@ -1,7 +1,7 @@ --- import { LiaDotCircle } from "react-icons/lia"; import { Image } from "astro:assets"; -import jellyfish from "../../images/jellyfish.webp"; +import jellyfish from "../../images/jellyfish.png"; import { FaDiscord } from "react-icons/fa"; import { RiInstagramFill } from "react-icons/ri"; import { MdEmail } from "react-icons/md"; @@ -72,8 +72,8 @@ import Link from "next/link";{name}
{date}
> )} {time && ( <> - +{time}
> )} diff --git a/src/components/events/UpcomingEvent.astro b/src/components/events/UpcomingEvent.astro deleted file mode 100644 index 14029dd..0000000 --- a/src/components/events/UpcomingEvent.astro +++ /dev/null @@ -1,20 +0,0 @@ ---- -const {name, location, date, time, description, delay} = Astro.props; ---- - -- {name} -
-Location: {location}
- -{date}
- -{time}
-- {description} -
- -+
Join in the fray of internationally-recognized competition through Robocup, Signal Processing, Supercomputing, and Micromouse at IEEE @ UCSD! Participate in an intensive collaborative environment that challenges hard skills of hardware and software.
-+
Skills & Requirements
diff --git a/src/images/jellyfish.png b/src/images/jellyfish.png
new file mode 100644
index 0000000..ebd6d67
Binary files /dev/null and b/src/images/jellyfish.png differ
diff --git a/src/images/jellyfish.webp b/src/images/jellyfish.webp
deleted file mode 100644
index 45d9da4..0000000
Binary files a/src/images/jellyfish.webp and /dev/null differ
diff --git a/src/pages/404.astro b/src/pages/404.astro
index 303ebec..eb1eb64 100644
--- a/src/pages/404.astro
+++ b/src/pages/404.astro
@@ -4,24 +4,19 @@ import Link from "next/link";
---
- Oops! You're Lost in the Circuit! 🔌⚡
+ 404
+ Oops! You're Lost in the Circuit!🔌⚡
-