Get started on turning this to tech tracker

This commit is contained in:
2025-06-11 11:18:57 -05:00
parent c2e816591d
commit 6c06dbc535
47 changed files with 717 additions and 733 deletions

View File

@ -97,8 +97,7 @@ const ProfilePage = () => {
<CardHeader className='pb-2'>
<CardTitle className='text-2xl'>Your Profile</CardTitle>
<CardDescription>
Manage your personal information and how it appears to
others
Manage your personal information and how it appears to others
</CardDescription>
</CardHeader>
{isLoading && !profile ? (
@ -111,9 +110,7 @@ const ProfilePage = () => {
<Separator />
<ProfileForm onSubmit={handleProfileSubmit} />
<Separator />
<ResetPasswordForm
onSubmit={handleResetPasswordSubmit}
/>
<ResetPasswordForm onSubmit={handleResetPasswordSubmit} />
<Separator />
<SignOut />
</div>