Skip to content

Commit 239f505

Browse files
authored
Revert "A11Y: Add title to custom link section" (#36229)
Reverts #36198 Discussed with @awesomerobot, and this change was more annoying than helpful, so I'm reverting it
1 parent efee8ea commit 239f505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/discourse/app/components/sidebar/common/custom-section.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default class SidebarCustomSection extends Component {
7575
@suffixCSSClass={{link.suffixCSSClass}}
7676
@suffixType={{link.suffixType}}
7777
@suffixValue={{link.suffixValue}}
78-
@title={{or link.title link.text}}
78+
@title={{link.title}}
7979
@exactUrlMatch={{this.exactUrlMatch}}
8080
/>
8181
{{/each}}

0 commit comments

Comments
 (0)