Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guzmanalejandro committed Dec 13, 2023
1 parent b782388 commit 06281cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PrivacySettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const PrivacySettings = ({
/>
</Form.Group>
{/* Botón para guardar cambios */}
<Button className="mb-3" variant="primary" onClick={handleSaveProfile} disabled={!usernameValid || !emailValid} >
<Button className="mb-3 mt-3" variant="primary" onClick={handleSaveProfile} disabled={!usernameValid || !emailValid} >
Save Changes
</Button>
</Form>
Expand Down

0 comments on commit 06281cc

Please sign in to comment.