joschan21 / breadit

Modern Fullstack Reddit Clone in Next.js 13 & TypeScript
1.06k stars 261 forks source link

Fix wrong aria labels on downvote buttons #10

Closed maciejkrol18 closed 1 year ago

maciejkrol18 commented 1 year ago

The downvote button in CommentVotes.tsx and PostVoteClient.tsx has an aria label of "upvote" instead of "downvote"

joschan21 commented 1 year ago

Thannks for the PR and fix!