Remove unused click handler for headerbar logo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user