Skip to content

Commit 1b43dc0

Browse files
authored
Merge pull request #7 from calimania/hotfix/products-list
hotfix: duplicated product page content
2 parents 09d4c45 + 57218b4 commit 1b43dc0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/pages/products/index.astro

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@ const heroVariant = (store?.SEO as any)?.meta?.heroVariant || "spacious";
4949
heroVariant={heroVariant}
5050
>
5151
<main class="container">
52-
{
53-
page?.Content && page.Content.length > 0 && (
54-
<section class="page-content-section">
55-
<div class="container">
56-
<BlocksContent content={page.Content} className="page-content" />
57-
</div>
58-
</section>
59-
)
60-
}
61-
6252
<section class="posts-list-section">
6353
<div class="container">
6454
<h2 class="text-2xl font-bold mt-8 mb-6" style="color: var(--text);">

0 commit comments

Comments
 (0)