diff --git a/public/portal/checkin.png b/public/portal/checkin.png
index c94febb..69d330c 100644
Binary files a/public/portal/checkin.png and b/public/portal/checkin.png differ
diff --git a/public/portal/home.jpg b/public/portal/home.jpg
new file mode 100644
index 0000000..3893d2b
Binary files /dev/null and b/public/portal/home.jpg differ
diff --git a/public/portal/profile.png b/public/portal/profile.png
index 71870c0..1c5f9a1 100644
Binary files a/public/portal/profile.png and b/public/portal/profile.png differ
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 177a49a..1b7191b 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -28,7 +28,7 @@ export async function getStaticProps() {
links: [
{
icon: "github",
- location: "https://github.com/UTSA-ACM/Portal",
+ location: "https://github.com/acmutsa/Portal",
},
{
icon: "external",
diff --git a/src/pages/portal.tsx b/src/pages/portal.tsx
index 5c12da3..38d13a2 100644
--- a/src/pages/portal.tsx
+++ b/src/pages/portal.tsx
@@ -7,6 +7,7 @@ import AppWrapper from "../components/AppWrapper";
import type {ReactNode} from "react";
const images: [string, string | ReactNode][] = [
+ ["/portal/home.png", "The home page."],
["/portal/events.png", <> A page listing all current events.
Initial data is cached for performance, but
becomes
dynamic when filtered.>],
@@ -33,7 +34,7 @@ const PortalPage: NextPage = () => {
Portal