✨ Created navbar
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
import AccountIcon from '@/assets/AccountIcon';
|
||||
import HeartIcon from '@/assets/HeartIcon';
|
||||
import MapIcon from '@/assets/MapIcon';
|
||||
import PeopleIcon from '@/assets/PeopleIcon';
|
||||
|
||||
const config = [
|
||||
{
|
||||
title: 'Carte',
|
||||
link: '/',
|
||||
icon: MapIcon,
|
||||
},
|
||||
{
|
||||
title: 'Mes loves',
|
||||
link: '/my-loves',
|
||||
icon: HeartIcon,
|
||||
},
|
||||
{
|
||||
title: 'Partenaire',
|
||||
link: '/partner',
|
||||
icon: PeopleIcon,
|
||||
},
|
||||
{
|
||||
title: 'Compte',
|
||||
link: '/account',
|
||||
icon: AccountIcon,
|
||||
},
|
||||
];
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user