From a078c9adec52126b0fe89fa677adf6b4853765eb Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Sat, 6 Apr 2024 17:14:08 -0400 Subject: [PATCH] Profile Visual Fix --- frontend-next/src/app/user/page.js | 2 +- frontend-next/src/components/app/profile/ProfileRoom.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend-next/src/app/user/page.js b/frontend-next/src/app/user/page.js index 0aa79af..927639c 100644 --- a/frontend-next/src/app/user/page.js +++ b/frontend-next/src/app/user/page.js @@ -146,7 +146,7 @@ function UserProfile() { )}
-
+
{userRoomsArray}
diff --git a/frontend-next/src/components/app/profile/ProfileRoom.js b/frontend-next/src/components/app/profile/ProfileRoom.js index 8b25a31..fa99993 100644 --- a/frontend-next/src/components/app/profile/ProfileRoom.js +++ b/frontend-next/src/components/app/profile/ProfileRoom.js @@ -12,7 +12,7 @@ import { dateOptions } from "../datatypes"; */ export function ProfileRoom({ room }) { return ( -
+