Account edit files

This commit is contained in:
2026-04-29 12:44:21 -04:00
parent ae0500a799
commit 5c8f96d92a
6 changed files with 229 additions and 84 deletions
@@ -71,8 +71,7 @@ export default function CustomerAccountView({accountInfo}) {
<div className='flex items-center justify-end gap-3 md:gap-4'>
<div
className='p-2 flex justify-center items-center text-slate-500 bg-white-body dark:text-white-body dark:bg-black-body rounded-md'>
<Link
// to={`/subscription-view/63554d40-9ba1-4afe-80c2-ca147236f7ee`}
<Link to={`/account-edit/${accountInfo?.uid}`}
>
<Icons name='eye'/>
</Link>