diff --git a/client/src/pages/Home/Home.jsx b/client/src/pages/Home/Home.jsx
index 273ec658..ed6d4e8f 100644
--- a/client/src/pages/Home/Home.jsx
+++ b/client/src/pages/Home/Home.jsx
@@ -77,29 +77,30 @@ const HomeHeaderButton = () => {
- {/*
>
diff --git a/client/src/pages/Profile/PageProfileFrosh.jsx b/client/src/pages/Profile/PageProfileFrosh.jsx
index 18022ef5..bbe47f4f 100644
--- a/client/src/pages/Profile/PageProfileFrosh.jsx
+++ b/client/src/pages/Profile/PageProfileFrosh.jsx
@@ -239,15 +239,16 @@ const ProfilePageFroshHeader = ({ editButton }) => {
{!isRegistered ? (
-
You are not registered!
- You will not be able to participate in F!rosh week events until you register.
+ YOU ARE NOT REGISTERED!
+ {/* You will not be able to participate in F!rosh week events until you register.
*/}
+ Registration opens soon. Stay tuned!
-
+ {/* */}
) : null}
diff --git a/client/src/util/profile-pages.jsx b/client/src/util/profile-pages.jsx
index 0ae2f152..4ecc44f1 100644
--- a/client/src/util/profile-pages.jsx
+++ b/client/src/util/profile-pages.jsx
@@ -17,20 +17,20 @@ function logoutFunction({ dispatch, navigate }) {
export const profilePages = {
notLogin: [
- // {
- // label: 'Log in',
- // icon: LoginIcon,
- // iconDark: LoginIconDarkMode,
- // path: '/login',
- // },
- ],
- login: [
{
- label: 'Register',
- icon: RegisterIcon,
- iconDark: RegisterIconDarkMode,
- path: '/registration',
+ label: 'Log in',
+ icon: LoginIcon,
+ iconDark: LoginIconDarkMode,
+ path: '/login',
},
+ ],
+ login: [
+ // {
+ // label: 'Register',
+ // icon: RegisterIcon,
+ // iconDark: RegisterIconDarkMode,
+ // path: '/registration',
+ // },
{
label: 'Profile',
icon: ProfileIcon,