Skip to content

Commit

Permalink
style: title label added to ProductVariantSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriassuncx committed Aug 1, 2024
1 parent 4fdf502 commit aca40be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/product/ProductVariantSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ function VariantSelector({ possibilities, url }: Props) {

return (
<li class="h-8">
<button f-partial={relativeLink} f-client-nav>
<button
title={value}
f-partial={relativeLink}
f-client-nav
>
<Avatar
content={value}
variant={relativeLink === relativeUrl
Expand Down

0 comments on commit aca40be

Please sign in to comment.