mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Remove additional title
This commit is contained in:
@@ -78,7 +78,6 @@ export default function Pages({
|
|||||||
<h1>Loading...</h1> // TODO (BC) Add Skeleton Views
|
<h1>Loading...</h1> // TODO (BC) Add Skeleton Views
|
||||||
) : (
|
) : (
|
||||||
<div className="max-w-2xl mx-8 sm:mx-auto py-20">
|
<div className="max-w-2xl mx-8 sm:mx-auto py-20">
|
||||||
{page?.name && <Text variant="heading">{page.name}</Text>}
|
|
||||||
{page?.body && <Text html={page.body} />}
|
{page?.body && <Text html={page.body} />}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user