summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/[lng]/evcp/(evcp)/layout.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/[lng]/evcp/(evcp)/layout.tsx b/app/[lng]/evcp/(evcp)/layout.tsx
index 9dc39f7b..82b53307 100644
--- a/app/[lng]/evcp/(evcp)/layout.tsx
+++ b/app/[lng]/evcp/(evcp)/layout.tsx
@@ -5,6 +5,7 @@ import { SiteFooter } from '@/components/layout/Footer';
export default function EvcpLayout({ children }: { children: ReactNode }) {
return (
<div className="relative flex min-h-svh flex-col bg-background">
+ {/* <div className="relative flex min-h-svh flex-col bg-slate-100 "> */}
<Header />
<main className="flex flex-1 flex-col">
<div className='container-wrapper'>