Skip to content

Commit e6f2d87

Browse files
committed
feat: extension
1 parent 0fe1097 commit e6f2d87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/frontend/src/app/(extension)/layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
2121
<head>
2222
<link rel="icon" href="/favicon.ico" sizes="any" />
2323
</head>
24-
<body className={clsx(jakartaSans.className, 'dark text-primary !bg-primary')}>
24+
<body
25+
className={clsx(jakartaSans.className, 'dark text-primary !bg-primary')}
26+
>
2527
<VariableContextComponent
2628
language="en"
2729
storageProvider={
2830
process.env.STORAGE_PROVIDER! as 'local' | 'cloudflare'
2931
}
32+
stripeClient=""
3033
environment={process.env.NODE_ENV!}
3134
backendUrl={process.env.NEXT_PUBLIC_BACKEND_URL!}
3235
plontoKey={process.env.NEXT_PUBLIC_POLOTNO!}

0 commit comments

Comments
 (0)