Skip to content

Commit 9bd2ff3

Browse files
committed
dev
1 parent d165425 commit 9bd2ff3

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

0 commit comments

Comments
 (0)