We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c7bf9 commit a5387beCopy full SHA for a5387be
src/components/ui/pagination.tsx
@@ -77,7 +77,7 @@ function PaginationPrevious({
77
{...props}
78
>
79
<ChevronLeftIcon />
80
- <span className="hidden sm:block">Previous</span>
+ <span className="sr-only">Previous</span>
81
</PaginationLink>
82
);
83
}
@@ -93,7 +93,7 @@ function PaginationNext({
93
className={cn('gap-1 px-2.5 sm:pr-2.5', className)}
94
95
96
- <span className="hidden sm:block">Next</span>
+ <span className="sr-only">Next</span>
97
<ChevronRightIcon />
98
99
0 commit comments