We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d968d18 commit b78b53cCopy full SHA for b78b53c
javascripts/discourse/components/topic-list-thumbnail.gjs
@@ -89,7 +89,7 @@ export default class TopicListThumbnail extends Component {
89
(if this.hasThumbnail "has-thumbnail" "no-thumbnail")
90
}}
91
>
92
- <a href={{this.url}} aria-label={{this.topic.title}}>
+ <a href={{this.url}} role="img" aria-label={{this.topic.title}}>
93
{{#if this.hasThumbnail}}
94
<img
95
class="background-thumbnail"
0 commit comments