Skip to content

Commit 3daf837

Browse files
Update next-basics.md
1 parent 4c83b93 commit 3daf837

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

next-basics.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3955,11 +3955,9 @@ export default async function TenantLayout({
39553955
if (!config) notFound();
39563956

39573957
return (
3958-
<html>
3959-
<body style={{ '--brand-color': config.brandColor } as React.CSSProperties}>
3960-
{children}
3961-
</body>
3962-
</html>
3958+
<div>
3959+
{children}
3960+
</div>
39633961
);
39643962
}
39653963
```

0 commit comments

Comments
 (0)