mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 02:14:29 +08:00
add missing class
This commit is contained in:
parent
1c20e6a05f
commit
d8db9660db
@ -17,7 +17,9 @@ export default class ChatNavbarChannelTitle extends Component {
|
|||||||
<ChannelTitle @channel={{@channel}} />
|
<ChannelTitle @channel={{@channel}} />
|
||||||
</LinkTo>
|
</LinkTo>
|
||||||
{{else}}
|
{{else}}
|
||||||
<ChannelTitle @channel={{@channel}} />
|
<div class="c-navbar__channel-title">
|
||||||
|
<ChannelTitle @channel={{@channel}} />
|
||||||
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user