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:
Jeremy Wharton 2023-08-08 23:11:01 -05:00 committed by Storj Robot
parent 37a027af67
commit 81163321ad

View File

@ -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">