diff --git a/app/layout.tsx b/app/layout.tsx index 5724b769d..00b4d84e8 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -40,12 +40,13 @@ export default function RootLayout({ This is the website for an older EuroPython. Looking for the latest EuroPython? Click here! - {children} + +
{children}
);