From f63c1707438dde06f83d0f6b0e31ac608bf58a6b Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Mon, 20 Oct 2025 13:27:36 -0400 Subject: [PATCH] Fix typo in react compiler blog post date Fix a small typo --- src/sidebarBlog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sidebarBlog.json b/src/sidebarBlog.json index 56aa0ee2caf..7bcd4a00048 100644 --- a/src/sidebarBlog.json +++ b/src/sidebarBlog.json @@ -22,7 +22,7 @@ "title": "React Compiler v1.0", "titleForHomepage": "React Compiler v1.0", "icon": "blog", - "date": "October 8, 2025", + "date": "October 7, 2025", "path": "/blog/2025/10/07/react-compiler-1" }, {