Skip to content

Commit dc4564d

Browse files
committed
update confirm button
1 parent 9744d45 commit dc4564d

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/app/dashboard/account

1 file changed

+1
-1
lines changed

apps/web/src/app/dashboard/account/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ export default function ProfilePage() {
783783
}}
784784
/>
785785
</CardContent>
786-
<CardFooter className="flex justify-center">
786+
<CardFooter>
787787
<Button type="submit" disabled={form.state.isSubmitting}>
788788
{form.state.isSubmitting ? "Saving..." : "Save Changes"}
789789
</Button>

0 commit comments

Comments
 (0)