From 409909c0073e17756c7948feaf89c53c73b2026f Mon Sep 17 00:00:00 2001 From: Samuel Ping Date: Mon, 1 Jan 2024 15:44:12 -0500 Subject: [PATCH] Squashed commit of the following: commit 93ed17dfc7d316e9bd80771268f16bd65e6f1df7 Author: Samuel Ping Date: Mon Jan 1 15:43:53 2024 -0500 Properly suppress hydration mismatch for next-themes; Fix system theme commit bea07beada62aeadc75895863624a3522ea05a80 Author: Samuel Ping Date: Mon Jan 1 15:24:09 2024 -0500 Fix project pages --- app/layout.js | 8 +- app/projects/[slug]/page.js | 6 +- app/projects/page.js | 2 +- components/iconButton.js | 2 +- components/leftArrowButton.js | 4 +- components/projectCard.js | 9 +- components/projectCardCarousel.js | 2 +- components/themeToggle.js | 9 +- content/about.mdx | 4 - content/projects/personal-website.mdx | 6 +- next.config.js | 2 - package-lock.json | 124 +++++++++++++------------- package.json | 2 +- tailwind.config.js | 2 - utils/mdxUtils.js | 7 +- 15 files changed, 87 insertions(+), 102 deletions(-) diff --git a/app/layout.js b/app/layout.js index a0e6daa..913c421 100644 --- a/app/layout.js +++ b/app/layout.js @@ -44,13 +44,13 @@ export default function RootLayout({ children }) { // See: https://github.com/pacocoursey/next-themes?tab=readme-ov-file#with-app // and: https://github.com/pacocoursey/next-themes/issues/152 - - + +
{children}