minor on nav
This commit is contained in:
parent
9f8f705aa8
commit
e7c19a5cc4
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
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(:to='$route.name==="index"?"/about":"/"')
|
v-list-item.pa-0.pa-md-2(:to='$route.name==="index"?"/about":"/"')
|
||||||
v-list-item-avatar(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.d-flex
|
||||||
v-list-item-title.d-flex
|
v-list-item-title.d-flex
|
||||||
h2 {{settings.title}} sf sd dsdf
|
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}}
|
||||||
|
|
||||||
v-spacer
|
v-spacer
|
||||||
|
|
Loading…
Reference in a new issue