Skip to content

Commit

Permalink
fix: use a single alt attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
vcwild committed Nov 27, 2023
1 parent 019a364 commit b46d5f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/Chat/ChannelCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,13 @@ export default function ChannelCard({ chat }: ChannelCardProps) {
<TrashSimple
className="text-red-400 cursor-pointer"
size={18}
alt="Delete channel"
onClick={() => handleDeleteChannel()}
alt="Deletar chat"
/>
)}
<ArrowRight
className="text-purple42-200 cursor-pointer"
size={18}
alt="Open channel"
onClick={() => handleOpenChannel()}
alt="Acessar chat"
/>
Expand Down

0 comments on commit b46d5f5

Please sign in to comment.