Bring back ability to find out provider for profile page
This commit is contained in:
@@ -14,7 +14,9 @@ const ProfileHeader = ({ preloadedUser }: ProfileCardProps) => {
|
||||
const user = usePreloadedQuery(preloadedUser);
|
||||
return (
|
||||
<CardHeader>
|
||||
<CardTitle className="text-xl">Account Settings</CardTitle>
|
||||
<CardTitle className="text-xl">
|
||||
Account Settings
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
Update your profile information and manage your account preferences
|
||||
</CardDescription>
|
||||
|
||||
Reference in New Issue
Block a user