We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb9a88 commit 1128cd8Copy full SHA for 1128cd8
1 file changed
src/components/Profile/ProfilePage.jsx
@@ -41,7 +41,7 @@ const ProfilePage = () => {
41
}
42
43
return (
44
- <div className="flex min-h-screen flex-col items-center justify-center bg-[#0e1a34] text-white">
+ <div className="flex min-h-screen flex-col items-center bg-[#0e1a34] text-white">
45
<Profile data={profileData} />
46
</div>
47
);
0 commit comments