diff --git a/app/[locale]/shop-list/page.tsx b/app/[locale]/shop-list/page.tsx
index 9f927d149..6b2ea663d 100644
--- a/app/[locale]/shop-list/page.tsx
+++ b/app/[locale]/shop-list/page.tsx
@@ -8,7 +8,7 @@ import { getCart, getPage } from 'lib/shopify';
import { cookies } from 'next/headers';
import { notFound } from 'next/navigation';
import { Suspense } from 'react';
-import ShopsTitle from './ShopsTitle';
+import ShopsNav from './shops-nav';
export const runtime = 'edge';
@@ -50,9 +50,9 @@ export default async function Page({ params }: { params: { locale?: SupportedLoc
-
-
{page.title}
-
+
+
{page.title}
+
diff --git a/app/[locale]/shop-list/ShopsTitle.tsx b/app/[locale]/shop-list/shops-nav.tsx
similarity index 66%
rename from app/[locale]/shop-list/ShopsTitle.tsx
rename to app/[locale]/shop-list/shops-nav.tsx
index 252ed7807..08af18f65 100644
--- a/app/[locale]/shop-list/ShopsTitle.tsx
+++ b/app/[locale]/shop-list/shops-nav.tsx
@@ -3,11 +3,11 @@
import { useTranslations } from 'next-intl';
import Link from 'next/link';
-export default function ShopsTitle() {
+export default function ShopsNav() {
const t = useTranslations('Index');
return (
-
+
←
@@ -15,7 +15,7 @@ export default function ShopsTitle() {
|
-
{t('shops.title')}
+
{t('shops.title')}
);
diff --git a/components/grid/homepage-products.tsx b/components/grid/homepage-products.tsx
index 84391b945..3d8a08e1f 100644
--- a/components/grid/homepage-products.tsx
+++ b/components/grid/homepage-products.tsx
@@ -1,3 +1,4 @@
+import { ChevronRightIcon } from '@heroicons/react/24/outline';
import clsx from 'clsx';
import { InlineAddToCart } from 'components/cart/inline-add-to-cart';
import { SupportedLocale } from 'components/layout/navbar/language-control';
@@ -17,7 +18,7 @@ function HomepageProductsItem({ item, priority }: { item: Product; priority?: bo
'col-span-1 row-span-1 flex flex-col justify-between space-y-6 md:col-span-2 md:row-span-1'
)}
>
-
+