Remove unused click handler for headerbar logo

This commit is contained in:
Johannes Zellner
2025-03-25 10:39:37 +01:00
parent 3a323551eb
commit 128e7fccdb

View File

@@ -81,7 +81,7 @@ onMounted(async () => {
</Popover>
<div v-if="!profile.isAtLeastUserManager">
<a href="#/" class="headerbar-logo" @click="onClose()">
<a href="#/" class="headerbar-logo">
<img :src="`https://${config.adminFqdn}/api/v1/cloudron/avatar`" width="40" height="40"/> {{ config.cloudronName || 'Cloudron' }}
</a>
</div>