From 7beb2d6aa81faec24e2d9cd392ad6aa688b525e2 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 26 Jul 2023 16:23:01 +0300 Subject: [PATCH] refactor: fix all the paths --- src/components/complexNavbar.tsx | 6 +++--- src/components/complexNavbarDark.tsx | 6 +++--- src/components/products/productQuickview2.tsx | 2 +- src/layouts/Layout.astro | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/complexNavbar.tsx b/src/components/complexNavbar.tsx index 61253c6e..18517957 100644 --- a/src/components/complexNavbar.tsx +++ b/src/components/complexNavbar.tsx @@ -57,7 +57,7 @@ const ComplexNavbar = () => {
- user image + user image
@@ -75,7 +75,7 @@ const ComplexNavbar = () => {
- logo spotify + logo spotify
@@ -127,7 +127,7 @@ const ComplexNavbar = () => {
  • - profile_image + profile_image
  • diff --git a/src/components/complexNavbarDark.tsx b/src/components/complexNavbarDark.tsx index 1af2a8b1..f0aa08ba 100644 --- a/src/components/complexNavbarDark.tsx +++ b/src/components/complexNavbarDark.tsx @@ -57,7 +57,7 @@ const ComplexNavbarDark = () => {
    - user image + user image
    @@ -75,7 +75,7 @@ const ComplexNavbarDark = () => {
    - logo spotify + logo spotify
    @@ -127,7 +127,7 @@ const ComplexNavbarDark = () => {
  • - profile_image + profile_image
  • diff --git a/src/components/products/productQuickview2.tsx b/src/components/products/productQuickview2.tsx index f1bc539a..f30ab324 100644 --- a/src/components/products/productQuickview2.tsx +++ b/src/components/products/productQuickview2.tsx @@ -36,7 +36,7 @@ export default function ProductQuickview({
    {(thumb_src) && - + } View details
    diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 28e75036..5a676c28 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -11,7 +11,7 @@ const { title } = Astro.props; - +