DEV: Update home logo click action location (#26062)

This commit is contained in:
Isaac Janzen 2024-03-06 14:29:50 -07:00 committed by GitHub
parent 1344aaf6fa
commit 819bc63c47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,12 +76,8 @@ export default class HomeLogo extends Component {
}
<template>
{{! template-lint-disable no-invalid-interactive }}
<div
class={{concatClass (if @minimized "title--minimized") "title"}}
{{on "click" this.click}}
>
<a href={{this.href}} data-auto-route="true">
<div class={{concatClass (if @minimized "title--minimized") "title"}}>
<a href={{this.href}} {{on "click" this.click}}>
{{#if @minimized}}
{{#if this.logoSmallUrl}}
<Logo