✨ Edit profile page
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import AccountIcon from '@/assets/AccountIcon';
|
||||
import StatsIcon from '@/assets/StatsIcon';
|
||||
import HeartIcon from '@/assets/HeartIcon';
|
||||
import MapIcon from '@/assets/MapIcon';
|
||||
import PeopleIcon from '@/assets/PeopleIcon';
|
||||
|
||||
const config = [
|
||||
{
|
||||
@@ -15,14 +14,9 @@ const config = [
|
||||
icon: HeartIcon,
|
||||
},
|
||||
{
|
||||
title: 'Partenaire',
|
||||
link: '/partner',
|
||||
icon: PeopleIcon,
|
||||
},
|
||||
{
|
||||
title: 'Profil',
|
||||
link: '/account',
|
||||
icon: AccountIcon,
|
||||
title: 'Stats',
|
||||
link: '/statistics',
|
||||
icon: StatsIcon,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user