web/satellite/vuetify-poc: remove project description from nav button
This change removes the project description from the subtitle of the topmost item in the project navigation area, replacing it with the project name and inserting "Project" where the name used to be. References #6170 Change-Id: I07a04ebba54828df41f4d241aa69ec6b3d9e0cef
This commit is contained in:
parent
37a027af67
commit
81163321ad
@ -105,10 +105,10 @@
|
||||
<IconProject />
|
||||
</template>
|
||||
<v-list-item-title link class="text-body-2 ml-3">
|
||||
{{ selectedProject.name }}
|
||||
Project
|
||||
</v-list-item-title>
|
||||
<v-list-item-subtitle class="ml-3">
|
||||
{{ selectedProject.description }}
|
||||
{{ selectedProject.name }}
|
||||
</v-list-item-subtitle>
|
||||
<template #append>
|
||||
<img src="@poc/assets/icon-right.svg" class="ml-3" alt="Project" width="10">
|
||||
|
Loading…
Reference in New Issue
Block a user