feat(SW-1386): add full width campaign to start page
This commit is contained in:
@@ -43,13 +43,13 @@ export default async function StartPage() {
|
||||
) : null}
|
||||
</header>
|
||||
<main className={styles.main}>
|
||||
{blocks ? <Blocks blocks={blocks} /> : null}
|
||||
<details
|
||||
style={{ maxWidth: "100vw", overflow: "hidden", padding: "1rem 0" }}
|
||||
>
|
||||
<summary>JSON data</summary>
|
||||
<pre>{JSON.stringify(content, null, 2)}</pre>
|
||||
</details>
|
||||
{blocks ? <Blocks blocks={blocks} /> : null}
|
||||
</main>
|
||||
<Suspense fallback={null}>
|
||||
<TrackingSDK pageData={content.tracking} />
|
||||
|
||||
Reference in New Issue
Block a user