Skip to content

Commit

Permalink
feat(neon): use logout icon instead of delete on account_settings page
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Rimikis <[email protected]>
  • Loading branch information
Leptopoda committed Sep 6, 2023
1 parent 1057d86 commit 133ce8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neon/neon/lib/src/pages/account_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class AccountSettingsPage extends StatelessWidget {
}
},
tooltip: AppLocalizations.of(context).accountOptionsRemove,
icon: Icon(MdiIcons.delete),
icon: const Icon(Icons.logout),
),
IconButton(
onPressed: () async {
Expand Down

0 comments on commit 133ce8c

Please sign in to comment.