Skip to content

Commit

Permalink
remove redundant aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Oct 23, 2023
1 parent 6de8d58 commit 4dbfb7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const GroupChatHeader = ({ chat, currentUserId, onRenameChat }: ChatHeade
<Button appearance="secondary" onClick={onCancelClicked}>
Cancel
</Button>
<Button appearance="primary" disabled={chatName === chat?.topic} onClick={renameChat} aria-label="send">
<Button appearance="primary" disabled={chatName === chat?.topic} onClick={renameChat}>
Send
</Button>
</div>
Expand Down

0 comments on commit 4dbfb7d

Please sign in to comment.