Skip to content

Commit

Permalink
fix: aria-hidden to aria-hidden="true" in pagination-ellipsis (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Nov 22, 2024
1 parent 88ea4bb commit 5cd7061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</script>

<span
aria-hidden
aria-hidden="true"
class={cn("flex h-9 w-9 items-center justify-center", className)}
{...$$restProps}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</script>

<span
aria-hidden
aria-hidden="true"
class={cn("flex h-9 w-9 items-center justify-center", className)}
{...$$restProps}
>
Expand Down

0 comments on commit 5cd7061

Please sign in to comment.