diff --git a/src/pages/portal.tsx b/src/pages/portal.tsx
index 1c0132e..5c12da3 100644
--- a/src/pages/portal.tsx
+++ b/src/pages/portal.tsx
@@ -20,14 +20,13 @@ const images: [string, string | ReactNode][] = [
["/portal/status.png", "Members can check their progress towards becoming full members & view what events they attended."],
]
-const PhototagPage: NextPage = () => {
+const PortalPage: NextPage = () => {
return <>
Portal | Xevion.dev
-
-
+
@@ -78,4 +77,4 @@ const PhototagPage: NextPage = () => {
>
}
-export default PhototagPage;
\ No newline at end of file
+export default PortalPage;
\ No newline at end of file