mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 02:02:48 +08:00
DEV: Update home logo click action location (#26062)
This commit is contained in:
parent
1344aaf6fa
commit
819bc63c47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user