update icon for personal

This commit is contained in:
2025-07-10 10:18:50 +02:00
parent 11784a07ae
commit 2f30b2b64e

View File

@@ -49,7 +49,7 @@ class _MzansiProfileState extends State<MzansiProfile> {
MihPackageTools getTools() {
Map<Widget, void Function()?> temp = {};
temp[const Icon(Icons.perm_identity)] = () {
temp[const Icon(Icons.person)] = () {
setState(() {
_selcetedIndex = 0;
});