Bring back ability to find out provider for profile page

This commit is contained in:
2026-01-13 15:09:10 -06:00
parent 8f71a22d2b
commit 09b191eb64
5 changed files with 34 additions and 17 deletions

View File

@@ -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>