mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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>
|
||||||
{{! template-lint-disable no-invalid-interactive }}
|
<div class={{concatClass (if @minimized "title--minimized") "title"}}>
|
||||||
<div
|
<a href={{this.href}} {{on "click" this.click}}>
|
||||||
class={{concatClass (if @minimized "title--minimized") "title"}}
|
|
||||||
{{on "click" this.click}}
|
|
||||||
>
|
|
||||||
<a href={{this.href}} data-auto-route="true">
|
|
||||||
{{#if @minimized}}
|
{{#if @minimized}}
|
||||||
{{#if this.logoSmallUrl}}
|
{{#if this.logoSmallUrl}}
|
||||||
<Logo
|
<Logo
|
||||||
|
Loading…
Reference in New Issue
Block a user