From d1f164a5cdd962762df72f794ef583efb851fae6 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Thu, 14 Dec 2023 17:34:11 -0500 Subject: [PATCH] Small improvements --- src/app/layout.tsx | 13 ++++++++++--- src/app/page.tsx | 2 +- src/components/theme-toggle.tsx | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c54da20..982ed57 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -76,7 +76,10 @@ export default function RootLayout({ >
- +

  • -
  • @@ -103,7 +110,7 @@ export default function RootLayout({ {children} -