From 65540e95a91104d5796e0ac321d3215ea18a9bc9 Mon Sep 17 00:00:00 2001 From: Yongjun Heo <93248202+YJHeo01@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:31:12 +0900 Subject: [PATCH 1/3] update 2025 winter landing --- src/pages/index.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 8f5106d..770692f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -9,19 +9,18 @@ const IndexPage = () => { const sessions = useFetchSession().allSessionsJson.nodes; return ( - BBConf - - thank you, good bye! - {/* + BBConf 2025 Winter + + Open UP Playground - */} + - {/* Sessions */} - {/* */} + Sessions + {/* - TBA - */} ); From 0b690d58bfda32b321a337dcd3f5d0377fa16a01 Mon Sep 17 00:00:00 2001 From: Yongjun Heo <93248202+YJHeo01@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:31:43 +0900 Subject: [PATCH 2/3] fix typo --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 770692f..909ae06 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -10,7 +10,7 @@ const IndexPage = () => { return ( BBConf 2025 Winter - + Open UP Playground From 5d1692f1bf040bb7095baebb05b9304bc8e5aa8b Mon Sep 17 00:00:00 2001 From: Yongjun Heo <93248202+YJHeo01@users.noreply.github.com> Date: Fri, 2 Jan 2026 14:27:58 +0900 Subject: [PATCH 3/3] Remove TBA comment --- src/pages/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 909ae06..9007568 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -21,7 +21,6 @@ const IndexPage = () => { Sessions - {/* - TBA - */} ); };