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 1128cd8 commit d1e70f5Copy full SHA for d1e70f5
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 bg-[#0e1a34] text-white">
+ <div className="min-h-screen bg-[#0e1a34] text-white">
45
<Profile data={profileData} />
46
</div>
47
);
0 commit comments