cleaning Nav

This commit is contained in:
lesion 2022-06-11 12:00:14 +02:00
parent a7ef0d5be4
commit 56ccbb5973
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -2,10 +2,10 @@
v-app-bar(app aria-label='Menu' height=64) v-app-bar(app aria-label='Menu' height=64)
//- logo, title and description //- logo, title and description
v-list-item.pa-0(:to='$route.name==="index"?"/about":"/"') v-list-item(:to='$route.name==="index"?"/about":"/"')
v-list-item-avatar.ma-xs-1(tile) v-list-item-avatar.ma-xs-1(tile)
img(src='/logo.png' height='40') img(src='/logo.png' height='40')
v-list-item-content.d-flex v-list-item-content
v-list-item-title.d-flex v-list-item-title.d-flex
h2 {{settings.title}} h2 {{settings.title}}
v-list-item-subtitle.d-none.d-sm-flex {{settings.description}} v-list-item-subtitle.d-none.d-sm-flex {{settings.description}}