Skip to content

Commit 8e97071

Browse files
committed
Modify UI for Edit Profile page and History page
1 parent 591be72 commit 8e97071

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Frontend/src/components/user/EditProfilePage.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ function EditProfilePage() {
2727
return(
2828
<div>
2929
<NavigationBar/>
30-
<div className="row">
31-
<div className="Navbar col-2">
30+
{/* <div className="row"> */}
31+
{/* <div className="Navbar col-2">
3232
<ProfileSidebar userID={userID}/>
33-
</div>
34-
<div className="col-10">
33+
</div> */}
34+
{/* <div className="col-10"> */}
3535
<EditProfile/>
36-
</div>
37-
</div>
36+
{/* </div> */}
37+
{/* </div> */}
3838
</div>
3939
);
4040
}

Frontend/src/components/user/HistoryPage.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ function HistoryPage() {
3333
return(
3434
<div>
3535
<NavigationBar/>
36-
<div className="row">
37-
<div className="Navbar col-2">
36+
{/* <div className="row"> */}
37+
{/* <div className="Navbar col-2">
3838
<ProfileSidebar userID={userID}/>
39-
</div>
40-
<div className="col-10">
39+
</div> */}
40+
<div className="container-fluid p-5">
4141
<HistoryTable userID={userID}/>
4242
</div>
43-
</div>
43+
{/* </div> */}
4444
</div>
4545
);
4646
}

0 commit comments

Comments
 (0)