mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-19 04:06:32 -07:00
edited settings page
This commit is contained in:
parent
47b4ed5987
commit
b9e45987e4
1 changed files with 72 additions and 72 deletions
|
|
@ -109,7 +109,7 @@ export default function Settings() {
|
|||
<label className="form-check-label" htmlFor="darkModeCheckbox">Enable Dark Mode</label>
|
||||
</div>
|
||||
|
||||
<h4 className="mb-4">Account Settings</h4>
|
||||
{/*<h4 className="mb-4">Account Settings</h4>
|
||||
|
||||
<div className="mb-4">
|
||||
<button type="button" className="btn btn-danger">Delete Account</button>
|
||||
|
|
@ -118,7 +118,7 @@ export default function Settings() {
|
|||
CAUTION: This will delete your account. All account and profile data
|
||||
will be completely erased.
|
||||
</div>
|
||||
</div>
|
||||
</div>*/}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue