Skip to content

Commit

Permalink
Merge pull request #722 from nextcloud/feat/neon/logout_button
Browse files Browse the repository at this point in the history
feat(neon): use logout icon instead of delete on account_settings page
  • Loading branch information
Leptopoda authored Sep 7, 2023
2 parents 2413659 + 133ce8c commit 8851fa6
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 8851fa6

Please sign in to comment.