We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9744d45 commit dc4564dCopy full SHA for dc4564d
apps/web/src/app/dashboard/account/page.tsx
@@ -783,7 +783,7 @@ export default function ProfilePage() {
783
}}
784
/>
785
</CardContent>
786
- <CardFooter className="flex justify-center">
+ <CardFooter>
787
<Button type="submit" disabled={form.state.isSubmitting}>
788
{form.state.isSubmitting ? "Saving..." : "Save Changes"}
789
</Button>
0 commit comments