Update AppTopBar.vue

pull/2200/head
Tuğçe Küçükoğlu 2022-02-23 16:48:53 +03:00
parent 83bf2857b5
commit 9b3a7a12b9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
</a>
<router-link to="/" class="logo">
<img alt="logo" src="./assets/images/primevue-logo.png">
</router-link>{{theme}}
</router-link>
<div class="app-theme" v-tooltip.bottom="theme">
<img :src="'demo/images/themes/' + logoMap[theme]" />
</div>