feat: update profile page

This commit is contained in:
efrilm
2025-08-19 10:10:12 +07:00
parent 06d777290d
commit de11c1243c
2 changed files with 16 additions and 19 deletions
@@ -58,6 +58,14 @@ class ProfileAccountInfo extends StatelessWidget {
subtitle: user.createdAt.toDate,
showArrow: false,
),
ProfileDivider(),
ProfileTile(
icon: LineIcons.userEdit,
title: 'Ubah Profil',
subtitle: 'Ubah profil kamu',
showArrow: false,
),
],
),
);