Skip to content

Commit 1128cd8

Browse files
committed
dev
1 parent 8cb9a88 commit 1128cd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Profile/ProfilePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const ProfilePage = () => {
4141
}
4242

4343
return (
44-
<div className="flex min-h-screen flex-col items-center justify-center bg-[#0e1a34] text-white">
44+
<div className="flex min-h-screen flex-col items-center bg-[#0e1a34] text-white">
4545
<Profile data={profileData} />
4646
</div>
4747
);

0 commit comments

Comments
 (0)