Skip to content

Commit eab2a67

Browse files
committed
feat: add aria label to seller link to improve accessibility
1 parent 1963d32 commit eab2a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/molecules/SellerInfo/SellerInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const SellerInfo = ({
3030
return (
3131
<div className="flex flex-col w-full">
3232
{showArrow ? (
33-
<LocalizedClientLink href={`/sellers/${seller.handle}`}>
33+
<LocalizedClientLink href={`/sellers/${seller.handle}`} aria-label={`View ${name} seller`}>
3434
<SellerInfoHeader
3535
photo={photo}
3636
name={name}

0 commit comments

Comments
 (0)