Skip to content

Commit

Permalink
fix: add sr-only className to match new york
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmitch14 committed Aug 7, 2023
1 parent e1fb207 commit 7a8b14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/www/registry/default/example/cards/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export function CardsChat() {
onClick={() => setOpen(true)}
>
<Plus className="h-4 w-4" />
<span className="sr-only">New message</span>
</Button>
</TooltipTrigger>
<TooltipContent sideOffset={10}>New message</TooltipContent>
Expand Down

0 comments on commit 7a8b14d

Please sign in to comment.