mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(frontend): make settings page full-width to match profile page
This commit is contained in:
@@ -45,7 +45,7 @@ export default function SettingsPage() {
|
||||
|
||||
if (preferencesError) {
|
||||
return (
|
||||
<div className="w-full max-w-2xl px-6 py-10">
|
||||
<div className="w-full px-6 py-10">
|
||||
<ErrorCard
|
||||
responseError={
|
||||
preferencesErrorData
|
||||
@@ -68,7 +68,7 @@ export default function SettingsPage() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="w-full max-w-2xl space-y-6 px-6 py-10">
|
||||
<div className="w-full space-y-6 px-6 py-10">
|
||||
<div className="flex flex-col gap-2">
|
||||
<Text variant="h3">My account</Text>
|
||||
<Text variant="large">
|
||||
|
||||
Reference in New Issue
Block a user