From 6b7624bf398560cf3648199c07088a4dbd32f4cd Mon Sep 17 00:00:00 2001 From: Facundo Date: Tue, 17 Jun 2025 13:01:55 -0300 Subject: [PATCH 1/4] fix: update footer text to include current year --- src/components/Footer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index cf56c51..f7e78b6 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -32,7 +32,7 @@ const Footer = () => { /> - with love by bugster + with love by bugster & {year}
  • From de047313117e738726d05d9675fd396b19941f1b Mon Sep 17 00:00:00 2001 From: Facundo Date: Tue, 17 Jun 2025 13:03:46 -0300 Subject: [PATCH 2/4] fix: correct logical operator in footer text --- src/components/Footer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index f7e78b6..93f9e90 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -32,7 +32,7 @@ const Footer = () => { /> - with love by bugster & {year} + with love by bugster && {year}
  • From 63a0c2a9491215b723d738658c00d0c409cef435 Mon Sep 17 00:00:00 2001 From: Facundo Date: Tue, 17 Jun 2025 14:28:47 -0300 Subject: [PATCH 3/4] fix: add colon to stock status text in wishlist component --- src/components/Wishlist/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Wishlist/index.tsx b/src/components/Wishlist/index.tsx index 038c466..c4f8de8 100644 --- a/src/components/Wishlist/index.tsx +++ b/src/components/Wishlist/index.tsx @@ -32,7 +32,7 @@ export const Wishlist = () => {
    -

    Stock Status

    +

    Stock Status:

    From 4b44f0117052c0350a2c22eb25a842bcb5a82ea6 Mon Sep 17 00:00:00 2001 From: Facundo Date: Tue, 17 Jun 2025 14:36:26 -0300 Subject: [PATCH 4/4] fix: remove colon from stock status text in wishlist component --- src/components/Wishlist/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Wishlist/index.tsx b/src/components/Wishlist/index.tsx index c4f8de8..038c466 100644 --- a/src/components/Wishlist/index.tsx +++ b/src/components/Wishlist/index.tsx @@ -32,7 +32,7 @@ export const Wishlist = () => {
    -

    Stock Status:

    +

    Stock Status