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:
Jarek Radosz 2024-01-09 01:57:36 +01:00 committed by GitHub
parent b3791a2be0
commit 0d38b4d0a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}}