diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 8f5106d..9007568 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -9,20 +9,18 @@ const IndexPage = () => { const sessions = useFetchSession().allSessionsJson.nodes; return ( - BBConf - - thank you, good bye! - {/* + BBConf 2025 Winter + + Open UP Playground - */} + - {/* Sessions */} - {/* */} - {/* - TBA - */} + Sessions + ); };