fix bug causing duplicate targets

This commit is contained in:
miloschwartz 2025-05-09 17:18:42 -04:00
parent 4ed98c227b
commit e9cc48a3ae
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -55,7 +55,7 @@ export function SettingsSectionFooter({
}: {
children: React.ReactNode;
}) {
return <div className="flex justify-end space-x-2 mt-auto pt-8">{children}</div>;
return <div className="flex justify-end space-x-2 mt-auto pt-6">{children}</div>;
}
export function SettingsSectionGrid({