UX: Add title attr to thread titles (#25178)
…so it's possible to read them when they're inevitably trunacted
This commit is contained in:
parent
b3791a2be0
commit
0d38b4d0a9
|
@ -9,7 +9,7 @@ export default class ChatNavbarTitle extends Component {
|
|||
}
|
||||
|
||||
<template>
|
||||
<div class="c-navbar__title">
|
||||
<div title={{@title}} class="c-navbar__title">
|
||||
{{#if (has-block)}}
|
||||
{{#if @icon}}
|
||||
{{icon @icon}}
|
||||
|
|
Loading…
Reference in New Issue