Skip to content

Conversation

@sylwia-werner
Copy link
Collaborator

  • fixed seller logo shrinking
  • fixed seller section on PDP and Seller page

@vercel
Copy link

vercel bot commented Nov 14, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
b2c-marketplace-storefront-4m3w Ready Ready Preview Comment Nov 14, 2025 4:31pm
b2c-sandbox Ready Ready Preview Comment Nov 14, 2025 4:31pm
mercurb2c-development Ready Ready Preview Comment Nov 14, 2025 4:31pm
mercurb2c-testing Ready Ready Preview Comment Nov 14, 2025 4:31pm

@@ -1,5 +1,4 @@
import LocalizedClientLink from "@/components/molecules/LocalizedLink/LocalizedLink"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can get rid of this import

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

</div>
</div>
{showArrow && (
<LocalizedClientLink className="ml-auto" href={`/sellers/${seller.handle}`}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can incluide aria-label property in this component with matching value, to improve accessibility. example from the ProductCard.tsx: <LocalizedClientLink href={/products/${product.handle}} aria-label={View ${productName}} title={View ${productName}} >

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's right. In general the page accessibility is quite poor. It would be nice to pay more attention to it

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants