CHANGE: Changed AuthModal responsiveness

This commit is contained in:
JustIceO7
2025-02-28 23:42:11 +00:00
parent eb510d8a2e
commit aa12f961a2
5 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ const UserPage: React.FC = () => {
}, [username]);
if (!profileData) return <LoadingScreen />;
console.log(isUser)
return (
<DynamicPageContent
className={`min-h-screen text-white flex flex-col`}