File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 77 <ul >
88 <NcAppNavigationItem icon =" icon-user"
99 :name =" t('libresign', 'Account')"
10- :to =" {name: 'Account'} " />
10+ :to =" {name: 'Account'} " >
11+ <template #icon >
12+ <AccountIcon :size =" 20" />
13+ </template >
14+ </NcAppNavigationItem >
1115 <NcAppNavigationItem v-if =" isAdmin"
1216 :name =" t('libresign', 'Administration')"
1317 :href =" getAdminRoute()" >
2529</template >
2630
2731<script >
32+ import AccountIcon from ' vue-material-design-icons/Account.vue'
2833import StarIcon from ' vue-material-design-icons/Star.vue'
2934import TuneIcon from ' vue-material-design-icons/Tune.vue'
3035
@@ -37,6 +42,7 @@ export default {
3742 name: ' Settings' ,
3843 components: {
3944 NcAppNavigationItem,
45+ AccountIcon,
4046 StarIcon,
4147 TuneIcon,
4248 },
You can’t perform that action at this time.
0 commit comments