From 73d7073d755230159d8d6d8d5a1e0f844d4e9929 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Badri <85818966+mrbadri@users.noreply.github.com> Date: Thu, 15 May 2025 07:49:24 -0700 Subject: [PATCH 01/18] fix: correct overlay highlighting in code examples (#7669) --- src/components/Layout/HomeContent.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index 72ab36884..83f5fa4f2 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -859,7 +859,8 @@ function ExampleLayout({
+ className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center" + dir="ltr"> {right}
Date: Sat, 17 May 2025 00:10:37 +0900 Subject: [PATCH 02/18] fix: the value property of checkbox to the checked property (#7804) --- src/content/learn/preserving-and-resetting-state.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/learn/preserving-and-resetting-state.md b/src/content/learn/preserving-and-resetting-state.md index d35071845..bf5531f35 100644 --- a/src/content/learn/preserving-and-resetting-state.md +++ b/src/content/learn/preserving-and-resetting-state.md @@ -2011,7 +2011,7 @@ export default function ContactList() {