chore(VerticalNavigation): handle avatar

This commit is contained in:
Benjamin Canac
2022-06-28 22:34:39 +02:00
parent 7979bc6586
commit 8039351bee
3 changed files with 29 additions and 0 deletions

View File

@@ -189,6 +189,10 @@ const defaultProps = {
icon: 'heroicons-outline:external-link',
to: 'https://google.fr',
target: '_blank'
},
{
label: 'Logout',
avatar: 'https://github.com/benjamincanac.png'
}
]
},