mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
Remove additional title
This commit is contained in:
parent
d22a00116f
commit
1861d34d79
@ -78,7 +78,6 @@ export default function Pages({
|
||||
<h1>Loading...</h1> // TODO (BC) Add Skeleton Views
|
||||
) : (
|
||||
<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} />}
|
||||
</div>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user