From 91f6250fe62587ddb280728e94a08aae8979d2b8 Mon Sep 17 00:00:00 2001 From: Thomas KLEIN Date: Mon, 27 Jan 2025 21:17:57 +0100 Subject: [PATCH] add Sponsors title --- src/app/layout.tsx | 10 +++++----- src/app/page.tsx | 2 +- src/components/Speakers/Speakers.tsx | 1 + src/components/Speakers/SpeakersList.tsx | 1 + src/components/SponsorList/SponsorList.tsx | 11 ++++++++++- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 13f2933..af60176 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -33,11 +33,11 @@ export default function RootLayout({ }>) { return ( - -
-
{children}
-