Merge pull request #2200 from tugcekucukoglu/app-topbar

Update AppTopBar.vue
pull/2201/head
Tuğçe Küçükoğlu 2022-02-23 16:49:06 +03:00 committed by GitHub
commit 443dd291e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>