From acb35ba07fe27cabfddfc754c86e84ca2f725f69 Mon Sep 17 00:00:00 2001 From: Nacho Mandagaran Date: Thu, 11 Apr 2024 10:38:48 -0300 Subject: [PATCH] sticky header --- .gitignore | 1 + src/app/layout.tsx | 2 +- src/app/page.tsx | 5 +++-- src/components/Header.tsx | 3 +-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 744a4a9c..919c5caf 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,4 @@ dist /playwright-report/ /blob-report/ /playwright/.cache/ +.env*.local diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1d1ef069..33b4d60e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -52,7 +52,7 @@ export default function RootLayout({ children }: { children: ReactNode }) { - {children} + {children} ) } diff --git a/src/app/page.tsx b/src/app/page.tsx index a956c7f3..db64accb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import FAQ from '~/components/sections/FAQ' import DynamicAnalysis from '~/components/sections/DynamicAnalysis' import { Content } from '~/components/sections/Content' import { HyperSpace } from '~/components/Hyper' + export default function Home() { return ( +
-
-
+