diff --git a/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx b/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx index d4f116e..6d4eb40 100644 --- a/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx +++ b/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx @@ -36,7 +36,7 @@ export default function NotificationsSubCard({ user }: any) { return (
- + Notifications diff --git a/frontend/src/routes/(auth)/user.profile.tsx b/frontend/src/routes/(auth)/user.profile.tsx index 701f83c..f8af85c 100644 --- a/frontend/src/routes/(auth)/user.profile.tsx +++ b/frontend/src/routes/(auth)/user.profile.tsx @@ -57,8 +57,9 @@ function RouteComponent() { }, }); return ( -
-
+
+
+
Profile @@ -99,7 +100,7 @@ function RouteComponent() {
+ Notifications @@ -116,6 +117,14 @@ function RouteComponent() { {session && }
+
+
+ + + This is where the user's current notification subs will be. + + +
); }