remove redundant aria label
This commit is contained in:
parent
5dd008b8cc
commit
833f4e8e68
1 changed files with 0 additions and 1 deletions
|
|
@ -209,7 +209,6 @@
|
||||||
class="h-2 w-2 rounded-full transition-colors {index === currentPage
|
class="h-2 w-2 rounded-full transition-colors {index === currentPage
|
||||||
? 'bg-primary'
|
? 'bg-primary'
|
||||||
: 'bg-muted-foreground/30 hover:bg-muted-foreground/50'}"
|
: 'bg-muted-foreground/30 hover:bg-muted-foreground/50'}"
|
||||||
aria-label={`Go to tip ${index + 1}: ${tip.title}`}
|
|
||||||
aria-current={index === currentPage ? 'page' : undefined}
|
aria-current={index === currentPage ? 'page' : undefined}
|
||||||
></button>
|
></button>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
|
||||||
Reference in a new issue