Skip to content

Commit b74cd74

Browse files
Remove redundant aria-label from Load more Posts button
Removed aria-label from Load more Posts button for accessibility.
1 parent 994dba4 commit b74cd74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/feed/Feed.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ const Feed = () => {
160160
<Button asChild variant="outline" className="px-4">
161161
<button
162162
className="text-large"
163-
aria-label="Load more Posts"
164163
title="Load more Posts"
165164
onClick={loadMoreItems}
166165
>

0 commit comments

Comments
 (0)