File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export const ProductCard = component$<ProductCardProps>(
84
84
class = 'inline-flex items-center justify-center font-medium text-base focus-visible:outline focus-visible:outline-offset rounded-md disabled:text-disabled-500 disabled:bg-disabled-300 disabled:shadow-none disabled:ring-0 disabled:cursor-not-allowed leading-5 text-sm py-1.5 px-3 gap-1.5 text-white shadow hover:shadow-md active:shadow bg-primary-700 hover:bg-primary-800 active:bg-primary-900 disabled:bg-disabled-300'
85
85
onClick$ = { ( ) => actions . updateCartProduct ( product . id , 1 ) }
86
86
>
87
- { t ( 'addToCartShort@@Add ' ) }
87
+ { t ( 'addToCartShort' ) }
88
88
< div q :slot = 'prefix' >
89
89
< SfIconShoppingCart size = 'sm' class = 'w-5 h-5' />
90
90
</ div >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default component$(() => {
26
26
< div class = 'px-4 md:px-0 mb-20' >
27
27
< div class = 'flex justify-between mt-8 mb-10' >
28
28
< h1 class = 'font-bold typography-headline-3 md:typography-headline-2' >
29
- { t ( 'myCart@@My Cart ' ) }
29
+ { t ( 'myCart' ) }
30
30
</ h1 >
31
31
< Link
32
32
class = 'inline-flex items-center justify-center font-medium text-base focus-visible:outline focus-visible:outline-offset rounded-md disabled:text-disabled-500 disabled:bg-disabled-300 disabled:shadow-none disabled:ring-0 disabled:cursor-not-allowed leading-5 text-sm py-1.5 px-3 gap-1.5 text-primary-700 hover:bg-primary-100 hover:text-primary-800 active:bg-primary-200 active:text-primary-900 disabled:bg-transparent flex md:hidden whitespace-nowrap'
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ export default component$(() => {
446
446
actions . updateCartProduct ( product . id , 1 )
447
447
}
448
448
>
449
- { t ( 'addToCartShort@@Add ' ) }
449
+ { t ( 'addToCartShort' ) }
450
450
< div q :slot = 'prefix' >
451
451
< SfIconShoppingCart size = 'sm' class = 'w-5 h-5' />
452
452
</ div >
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ export default component$(() => {
218
218
actions . updateCartProduct ( product . value . id , 1 )
219
219
}
220
220
>
221
- { t ( 'addToCart@@Add to cart ' ) }
221
+ { t ( 'addToCart' ) }
222
222
< div q :slot = 'prefix' >
223
223
< SfIconShoppingCart size = 'sm' class = 'w-5 h-5' />
224
224
</ div >
You can’t perform that action at this time.
0 commit comments