Skip to content

Commit

Permalink
[BST-183]: Removed unnecessary role and aria-level from channel header
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-chauhan233 committed Dec 9, 2024
1 parent 3224e0d commit 815564f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ const ChannelHeaderTitle = ({
size='sm'
/>
<strong
role='heading'
aria-level={2}
id='channelHeaderTitle'
className='heading'
>
Expand Down Expand Up @@ -143,8 +141,6 @@ const ChannelHeaderTitle = ({
title={channelTitle as string}
>
<strong
role='heading'
aria-level={2}
id='channelHeaderTitle'
className='heading'
ref={headerItemRef}
Expand All @@ -158,8 +154,6 @@ const ChannelHeaderTitle = ({
</WithTooltip>
) : (
<strong
role='heading'
aria-level={2}
id='channelHeaderTitle'
className='heading'
ref={headerItemRef}
Expand Down

0 comments on commit 815564f

Please sign in to comment.