From 986620e9ef524e8b96e4f74ca2cd963288edb481 Mon Sep 17 00:00:00 2001
From: "Juan P. Prieto"
Date: Thu, 30 Nov 2023 10:04:02 -0800
Subject: [PATCH] Various fixes
---
app/root.tsx | 3 +++
app/routes/_index.tsx | 4 ++--
app/routes/collections.$handle.tsx | 2 +-
app/routes/collections._index.tsx | 2 +-
app/routes/products.$handle.tsx | 2 +-
5 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/app/root.tsx b/app/root.tsx
index 8b7df2b..8f655ff 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -119,6 +119,7 @@ export default function App() {
+ {/* Include css-hook styles */}
+ {/* Include css-hook styles */}
+
diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx
index 0e44258..5b4ece6 100644
--- a/app/routes/_index.tsx
+++ b/app/routes/_index.tsx
@@ -97,10 +97,10 @@ function RecommendedProducts({
{product.title}
diff --git a/app/routes/collections.$handle.tsx b/app/routes/collections.$handle.tsx
index f643235..49003a0 100644
--- a/app/routes/collections.$handle.tsx
+++ b/app/routes/collections.$handle.tsx
@@ -110,7 +110,7 @@ function ProductItem({
{product.featuredImage && (