feat: disconnect wallet

This commit is contained in:
2025-05-26 13:51:15 +01:00
parent 47bed26df6
commit 484bf67951
63 changed files with 3260 additions and 1604 deletions

View File

@ -83,9 +83,9 @@ class ProfilePage extends StatelessWidget {
},
),
BasicButton.text(
t.button.edit_profile,
t.button.settings,
onTap: (context) {
context.push("/settings/profile");
context.push("/settings");
},
),
],